Hi
Jignesh ,
You can check
RadGridView's API reference, as a confirmation that
CellLoading event is not supported. I am pretty sure that you meant the
CellLoaded one.
As I mentioned in my previous post, styling the elements directly is not recommended, and that is why you won't find a clean approach for getting the styles applied in
ElementExporting event handler. Basically, the control is not meant to be used in such way, due to its virtualized nature.
The proper way would be to work on data-level. You can define a
CellStyleSelector and through the
ElementExported event you can get the currently exported item through
GridViewElementExportedEventArgs Context property, thus determine the applied visual modifications.
Hope this helps.
Best Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items