This question is locked. New answers and comments are not allowed.
Hi I am tesing on RadGridview control. And I don't get when rowloaded event fires. my SL appication calls WCF web service asynchronouly. In constructor I call WCF web service and attach method which runs when the result arrived. And I make Gridview
itemsource from the result . I don't know what kinds of data will be bound to itemsource at design time. I'd like to apply custom filter
row on Gridview as telelik's demo site provides. But RowLoaded event is fired before WCF results id delivered from WCF Web Service So there were no GridViewHeaderCell instances in GridView. How can i solve this situation.
I tried to rebind itemsouce . But i don't think it works as i expected.
Park
ps : I am not native english speaker So Please Let me know if you don't understand exactly what i meant
