I have a radgrid table currently, and one of the columns contain a binary value 0 and 1. I'm trying to create an external checkbox to allow me to alter the radgrid so that it displays only data with value 0 when checked and display 1 when unchecked. I've
been googling but not sure about the procedure behind it. Can anyone shed some light on it or suggest any reading materials? Much appreicated
I would suggest you set the EventHandler for the ItemDataBound event in the aspx and try to access the GridDataItem in the ItemDataBound event as shown below.
ASPX:
None
0 Points
3 Posts
Telerik RadGrid Filter
Feb 14, 2014 11:31 AM|faat99|LINK
Dear all,
I have a radgrid table currently, and one of the columns contain a binary value 0 and 1. I'm trying to create an external checkbox to allow me to alter the radgrid so that it displays only data with value 0 when checked and display 1 when unchecked. I've been googling but not sure about the procedure behind it. Can anyone shed some light on it or suggest any reading materials? Much appreicated
Warm Regards,
Faat99
All-Star
15648 Points
2151 Posts
Re: Telerik RadGrid Filter
Feb 16, 2014 10:14 PM|Happy Chen - MSFT|LINK
hi,
I would suggest you set the EventHandler for the ItemDataBound event in the aspx and try to access the GridDataItem in the ItemDataBound event as shown below.
ASPX:
CS:
I suggest that you can consult your issue on Telerik forum: http://demos.telerik.com/aspnet-ajax/filter/examples/integration/defaultcs.aspx?product=filter for better solution and support. Experts there will further research this issue and provide you better support.
Thank you for your understanding.