Forum Replies Created
-
Author
-
Thanks. How do I turn labels vertically?
December 21, 2017 at 8:04 pm in reply to: datatable inside in modal window datatable inside in modal window #98032Fixed by moving updatebounddata after window open…
Thanks!
Hi Stanislav,
Grid already loaded. I need to show loader when user select row.
Thanks.
April 26, 2017 at 5:46 pm in reply to: disable drag and drop for column disable drag and drop for column #93172Hi Peter,
I am using version 4.1.0 I modified your sample code
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/dragdrop.htm
{ text: 'Last Name', dataField: 'lastname', width: 300, draggable:false },
and still can drag lastnameApril 14, 2017 at 5:48 pm in reply to: JSON and XML Tree and incrementalSearch JSON and XML Tree and incrementalSearch #92935First time when I open page, no item been selected and I typed letter “F” and it did not select “Frappuccino” ?
But, if I select any item, then it works.
ThanksI found out that it’s not just placehold, after reload grid, I cannot add new row using everpresentrow function. I posted similar issue earlier.
I think this line did not work for me
commit(true, id);
When I check grid
var ctr = $('#jqxgrid').jqxGrid('getcellvalue', 0, 'ID');
value still null…Hi Hristo,
I found out that problem is with
$(‘#jqxgrid’).jqxGrid(‘updatebounddata’);
If I removed that I can add rows, but new problem is that new added rows does not have id’s and I cannot delete them.
To summarize:
if I have updateboundata – cannot add second row
If I don’t have updateboundata cannot delete new added row.How do I update index for new row without updateboundata?
I tried to call setcellvalue for index column, has same effect – cannot add second row…
ThanksMarch 15, 2017 at 2:45 pm in reply to: add jqxDropDownList to grid toolbar add jqxDropDownList to grid toolbar #92262I see input text has been added, but have hard time to add dropdownlist.
Can you provide sample code, please?Thanks
March 9, 2017 at 1:19 pm in reply to: grid and createEverPresentRowWidget grid and createEverPresentRowWidget #92155Can you confirm that this is a jqxgrid bug and will be fixed in next release?
Thanks
March 7, 2017 at 2:18 pm in reply to: grid and createEverPresentRowWidget grid and createEverPresentRowWidget #92103Hi Hristo,
I downloaded the latest 4.5.0 version, but it’s still not working.
Can you help, please. Maybe I can use reseteverpresentrowwidgetvalue or
destroyeverpresentrowwidget, but don’t know how and there is no sample code for that.Thanks
March 6, 2017 at 2:46 pm in reply to: grid and createEverPresentRowWidget grid and createEverPresentRowWidget #92078Hi Hristo,
Is there work around to fix that?
Thanks
January 26, 2017 at 5:53 pm in reply to: How to use jqxFileUpload in ASP.NET How to use jqxFileUpload in ASP.NET #91046Figure out. Does not work for localhost, ok from other web server.
Thanks
January 25, 2017 at 1:11 pm in reply to: How to use jqxFileUpload in ASP.NET How to use jqxFileUpload in ASP.NET #90977I follow this code, but on uploadEnd event response is undefined.
Can someone help?Thanks
-
AuthorPosts