Hi,
I've got some demo RadGrids tied to large datasets (4000+) and I've noticed that sometimes the excel export bombs (not a telerik problem, more of a server memory or timeout problem). What I was hoping to do was to use a Grid event (I'm guessing onDataBound) to check how many data items exists, and if there are more then say 4000 items I would like to disable the excel export link. I'm having problems figuring out how to navigate to the link programmatically. Any prointers or code snippets would be helpful.
Thanks.
I've got some demo RadGrids tied to large datasets (4000+) and I've noticed that sometimes the excel export bombs (not a telerik problem, more of a server memory or timeout problem). What I was hoping to do was to use a Grid event (I'm guessing onDataBound) to check how many data items exists, and if there are more then say 4000 items I would like to disable the excel export link. I'm having problems figuring out how to navigate to the link programmatically. Any prointers or code snippets would be helpful.
Thanks.