Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Link button within Ultra Web Grid not firing
posted

Hello,

This is the first time I am using Infragistics controls, I have searched this forum and the net but have not found a solution to my problem.

I have a search form on my .Net page, on pressing a submit I bind the UltraWebGrid(from code behind) and make the asp Panel contianing the UWG visible. One of the Columns of the UWG is a templated column containing an ASP linkbutton. OnClick of the link button is wired on the page. There is no paging on the grid.

So far so good. I get an error when I press the Link button; object reference not set...... The error points to one of the controls on the templated columns. It seems some sort of rebinding is required...something to do with viewstate.

Can some help me in figuring out what could be wrong, perhaps pointing to some code sample that does what I have described above.

Thanks