Hi
I am working on binding a infragistics grid where i am doing the model definition and everything in client side only...once i am getting the data from the datasource i am binding it to the grid.
One of the property of the data array has true/false in it which i want to be shown in the grid as checked and uncheked Checkbox...
Need some help regarding this.
Please note the entire grid code has been written in client side with NO server side interaction except getting the source data .
Regards,
Sourish
Hi Sourish,
Please refer to the following thread for an overview of how your desired scenario can be implemented:
http://blogs.infragistics.com/forums/t/64525.aspx
Feel free to contact me if you have any questions.
Hi Petar,
I have a following requirements.
1) I have a web data grid, I am having check all check box in the header template and under item template I have a check box.I want to check all the check boxes once header check box is checked.
How can I retrieve the value of check box under header(i.e. if it is checked or not?).
2)I want to retrieve the rows values based on the check box checked present in each row of the web data grid?
How can i retrieve multiple rows???
Looking forward to hearing from you.
Thanks