jQWidgets Forums
jQuery UI Widgets › Forums › Grid › ROW UNSELECT -click outside the grid
Tagged: click outside the grid
This topic contains 10 replies, has 2 voices, and was last updated by ivailo 10 years ago.
-
Author
-
Hi,
Have an issue in grid. when i click cell rowselect() triggered and click another cell rowunselect() and rowselect() called that is fine.
but in my case i validate each and every in rowunselect() after click a cell ,i click outside grid (bcoz i have many prompt in may page.)
now how can i validate row??Example
First click row one and then click next div .
sample link
https://jsfiddle.net/cs9sxddd/3/Hi apj,
You can use cellendedit.
Here is an example.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comIf i call my method in cellendedit,it will triggered each and every cell. but need to validate only one in a row
Is it possible to get grid FocusOut event?? if can get foucusout of grid ,after i can able to validate last row.
Hi apj,
In cellendedit you can check for the specified condition, to validate only the needed cell.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comIn my case
My table have 10 column and 10 rows .i need to validate each and every row when rowunselect event triggered ,its working fine.
now i click the first row first cell and then click outside the grid this time rowunselect is not triggered.why????
In this case how can i validate the row??I cant able to use cellendedit bcoz it s triggered for every cell.
Is it possible to get grid FocusOut event?? if can get foucusout of grid ,after i can able to validate last row.??
Hi apj,
This standard behavior.
There is not builtin FocusOut event.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comOK FINE.
Why rowunselect is not triggered when i click outside the grid???
example :
Here am editing the particular cell and then directly click outside the Grid.WHY rowunselect() NOT triggered.
Still am not getting any response my above question??
Which event is trigger when we click outside the grid directly ??Hi apj,
rowunselect is raised only when you are changing the selected row, not when you click outside of the widget.
You can attach your validation on click event when this click is occured outside of the grid.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.