This question is locked. New answers and comments are not allowed.
Hi All
I have a grid which has inline edit mode available, activated by the edit button.I also have the grid rows as selectable, and clicking on a grid row would pop up a window with a related grid.
The problem I encounter is when the grid is in edit mode. the grid row select is still firing when i click on any control( except for input text fields), such as a calendar selector, or any other part of the row.,
This presents a problem, as the selectable coulumn attributes are different to expected, and html is input into the popup window as input parameters, and garbage results.
I have since moved onto a button method of selecting the row for popup windows, but this will appear again.
So my questions are:
Should this happen?
and can I turn off the Selectability when in edit mode?
Regards
Dave
I have a grid which has inline edit mode available, activated by the edit button.I also have the grid rows as selectable, and clicking on a grid row would pop up a window with a related grid.
The problem I encounter is when the grid is in edit mode. the grid row select is still firing when i click on any control( except for input text fields), such as a calendar selector, or any other part of the row.,
This presents a problem, as the selectable coulumn attributes are different to expected, and html is input into the popup window as input parameters, and garbage results.
I have since moved onto a button method of selecting the row for popup windows, but this will appear again.
So my questions are:
Should this happen?
and can I turn off the Selectability when in edit mode?
Regards
Dave