Forum Replies Created
-
Author
-
August 16, 2013 at 5:23 pm in reply to: Status of "Stacked Columns" aka Multi-line Columns Status of "Stacked Columns" aka Multi-line Columns #27007
Hi Peter,
I am also facing same issue with my code then i have tried with your hierarchical sample. I have added 2 more column in your hierarchical code sample (without changing any other properties) and giving same error. May be this information can help you.
Awaiting for some work around from your side.
Regards,
AbdulJune 12, 2013 at 10:00 am in reply to: Export cell's background color issue Export cell's background color issue #23012Peter,
Thanks for your quick response.But if i have all cells of that column as Red background then it is exporting properly in excel/html.I am just curious to know how its applying that background while exporting(I am using cellclassname property of grid to do this).
Is there any feature to set the style of cell, so that it will remain while exporting to excel/html, my jqxgrid is only for viewing purpose, i can loop through each grid cell after rendering.
Regards,
AbdulApril 8, 2013 at 9:01 am in reply to: Restrict Date in jqxDateTimeInput Restrict Date in jqxDateTimeInput #18829HI Peter ,
Thanks for all your help. I will look for some other workaround. Is there anything like special date in jqxDateTimeInput like we have in jqxCalendar?
Regards,
AbdulApril 8, 2013 at 6:34 am in reply to: Restrict Date in jqxDateTimeInput Restrict Date in jqxDateTimeInput #18793Hi Peter,
Again Thanks for your quick response.
Here is the code snippet for one of my column that i am using in my grid. I am making this column as datetimepicker in initeditor function.
{ text: ‘Management Start Date’, editable:true,datafield:’Management_Start_Date__c’ ,
initeditor: function (row, cellvalue, editor) {
editor.datepicker({dateFormat: ‘m/d/yy’});
///………………………………….. Other code area…….///Everythings work fine except if i select any date outside the grid area which gives following error. I will explain in more detail consider you have only one line in grid and when click on this column will popup the calendar and since grid have only one row than calendar height will be more than grid height. if i select any date that appears on the grid will work fine if i select any date outside the grid area gives following error. For your reference i have uploaded the image here. In this image if i select date from 21 to 30 will gives following error.
Uncaught Missing instance data for this datepicker.
Regards,
AbdulApril 8, 2013 at 4:27 am in reply to: Restrict Date in jqxDateTimeInput Restrict Date in jqxDateTimeInput #18775Hi Peter,
Thanks for your quick response.
Above example you have provided is restrict date range but i need to enable particular date. e.x. in this month(April 2013) i want to enable only the 12 April and 16 April. User can only select these two days.
Regards,
AbdulApril 7, 2013 at 6:59 am in reply to: Restrict Date in jqxDateTimeInput Restrict Date in jqxDateTimeInput #18727I have tried in both version of jqwidget i.e. 2.6 and 2.8. I need something like disable date as we have in jquery datepicker. Please let me know if this feature is available or not.Is there any workaround?
Also i found that some of the properties / method missing in API documentation like showCalendar for jqxDateTimeInput.
Regards,
Abdul -
AuthorPosts