N
Neven Klofutar
Hi,
I have a questin regarding GridView, Template column and Checkbox in it.
I'm working on a project that has several "client" applications entering
data into DB, and one "admin" application reviewing that data.
Since data that admin app can see "must be refreshed in real time", I've
created Anthem GridView and AnthemTimer fireing every 5s and rebindind data
to GridView every time.
GridView has several Bound columnes and 1 template column containing
CheckBox. That Checkbox is not bound to any data, but I need it so that
someone in the admin app can select some rows in GridView and print some
data for all selected rows.
The problem is ... every time AntherTimer fires it wipes state of CheckBox
in TemplateColumn back to unchecked. Since I rebind data in GridView every
5s, I sense that's what causing the problem, but, Checkbox I'm worried about
is not bound to enithing, so ... ?
thanx, Neven
I have a questin regarding GridView, Template column and Checkbox in it.
I'm working on a project that has several "client" applications entering
data into DB, and one "admin" application reviewing that data.
Since data that admin app can see "must be refreshed in real time", I've
created Anthem GridView and AnthemTimer fireing every 5s and rebindind data
to GridView every time.
GridView has several Bound columnes and 1 template column containing
CheckBox. That Checkbox is not bound to any data, but I need it so that
someone in the admin app can select some rows in GridView and print some
data for all selected rows.
The problem is ... every time AntherTimer fires it wipes state of CheckBox
in TemplateColumn back to unchecked. Since I rebind data in GridView every
5s, I sense that's what causing the problem, but, Checkbox I'm worried about
is not bound to enithing, so ... ?
thanx, Neven