I'm using radgrid to load data from more than one table.For example
I have following columns in radgrid.
|Product ID|Product Name|..|Number of Users| .Here to get the "Number of users" ,i need to go through huge talbe and want to do big calculation.Mostly i'm getting time out when i load this page.Is there any way to load others columns datas first.Then load that "Number of users" column ?