I don't know why DataLoaded event in radgridview occurs multiple times. I am using vlad's datatable as itemsource.
And i like to add custom filter row when grid's data is completely loaded
Regards,
Park
3 Answers, 1 is accepted
0
Stefan Dobrev
Telerik team
answered on 03 Nov 2009, 07:40 AM
Hi bborie0107,
DataLoaded event is raised whenever the grid gets rebind - initial load, filtering, sorting, paging, etc. However if you get this event fired more than once please send us a sample application so we can debug you problem locally?