jQWidgets Forums
Forum Replies Created
-
Author
-
September 30, 2015 at 8:40 am in reply to: grid jqx number input issue grid jqx number input issue #76300
could you please provide me the sample
July 7, 2015 at 6:23 am in reply to: ROW UNSELECT -click outside the grid ROW UNSELECT -click outside the grid #73437Still am not getting any response my above question??
Which event is trigger when we click outside the grid directly ??July 3, 2015 at 1:24 pm in reply to: ROW UNSELECT -click outside the grid ROW UNSELECT -click outside the grid #73345OK 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.
July 3, 2015 at 12:18 pm in reply to: ROW UNSELECT -click outside the grid ROW UNSELECT -click outside the grid #73342In 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.??
July 2, 2015 at 3:08 pm in reply to: ROW UNSELECT -click outside the grid ROW UNSELECT -click outside the grid #73302Is it possible to get grid FocusOut event?? if can get foucusout of grid ,after i can able to validate last row.
July 2, 2015 at 3:00 pm in reply to: ROW UNSELECT -click outside the grid ROW UNSELECT -click outside the grid #73301If i call my method in cellendedit,it will triggered each and every cell. but need to validate only one in a row
July 2, 2015 at 9:11 am in reply to: ROW UNSELECT -click outside the grid ROW UNSELECT -click outside the grid #73282sample link
https://jsfiddle.net/cs9sxddd/3/Thanks a lot now working fine
May 14, 2015 at 1:07 pm in reply to: disable particular column with different color disable particular column with different color #71119thanks a lot now working fine
May 12, 2015 at 2:40 pm in reply to: disable particular column with different color disable particular column with different color #71014Hi
Can you check the below url and give advice to disable particular column if the column gave editable true it should be different color.
Here “Firstname” column editable “true” so should be different color.like all the editable “true ”
column should be different color ,editable false column should be different color.
http://jsfiddle.net/NFVL5/697/May 12, 2015 at 12:37 pm in reply to: disable particular column with different color disable particular column with different color #71001yes .In that column parameter have only the column names .
how can i get the column properties using column name??
how can i find column editable true or false using parameter column??May 12, 2015 at 12:13 pm in reply to: disable particular column with different color disable particular column with different color #70997var cellsrenderer = function (row, column, value, defaultHtml) {
if (row == 0 || row == 2 || row == 5) {
var element = $(defaultHtml);
element.css(‘color’, ‘#999’);
return element[0].outerHTML;
}
return defaultHtml;
}In this function have only row number and column name.
how can i get the column property using column name??
I need to differentiate column color using column editable property if it is true ‘gray’ and false normal colorMay 12, 2015 at 9:08 am in reply to: disable particular column with different color disable particular column with different color #70975hi am looking for columns not row
Hi jqxwidgets team,
Thanks for your reply,Now the line braked into two lines but the second line is not visible because the first record is hiding the second line of header.May 6, 2015 at 7:34 am in reply to: jqx combo-box Grid displaymember non string issue jqx combo-box Grid displaymember non string issue #70697can you plz check and the url
-
AuthorPosts