|
Jul 25, 09 -6:24 AM
Hi,Our scenario is as follows: User click on a link that's similar to http://localhost/web/griddata.aspx?id=10 In the griddata.aspx, nitobi grid needs to populate data based on the id specified in the querystring. However this querystring value is not available during ajax getData/saveData requests. It would be greatly appreciated if someone can give any hints to include these querystring values during ajax requests.My environment is VS2008, VB/C#Regards,Mohan.
|
gmmurali1
Joined:
Jun 25, 09
|
|
|
Jul 29, 09 -2:58 AM
Actually that was a 'Get' request. datasourceid and nitCols data was being passed thro' querystring values. I had to append current querystring parameters in the following files:writeColumnInnerContents method of Column.cs writeRootClientAttributes method of Grid.csRegards,Mohan.
|
gmmurali1
Joined:
Jun 25, 09
|
|