I am trying to create a form for entering records consisting of several standard ASP.NET controls, along with 3 radgrid controls used for editing related records.
Originally, client-side row selection was working properly for the 3 grids. However, after a period of time, it quits working without any type of javascript error message. I am currently using the latest version of the controls and have tried everything, including moving everything to a new project. Nothing in the grid configuration has changes and client-side row selection is still enabled.
If I add a brand new grid to the page and configure it from scratch, the client-side selection works again for a brief time and then mysteriously stops.
I am using Visual Studio 2008, and currently the web application is targeting the 3.5 framework, although the problem persists regardless of the target version.
I am at my wits end- in sum I have lost a couple of weeks now due to various control-related issues.
Originally, client-side row selection was working properly for the 3 grids. However, after a period of time, it quits working without any type of javascript error message. I am currently using the latest version of the controls and have tried everything, including moving everything to a new project. Nothing in the grid configuration has changes and client-side row selection is still enabled.
If I add a brand new grid to the page and configure it from scratch, the client-side selection works again for a brief time and then mysteriously stops.
I am using Visual Studio 2008, and currently the web application is targeting the 3.5 framework, although the problem persists regardless of the target version.
I am at my wits end- in sum I have lost a couple of weeks now due to various control-related issues.