Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts

  • Greytrix
    Participant

    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,
    Abdul


    Greytrix
    Participant

    Peter,

    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,
    Abdul


    Greytrix
    Participant

    HI 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,
    Abdul


    Greytrix
    Participant

    Hi 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,
    Abdul


    Greytrix
    Participant

    Hi 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,
    Abdul


    Greytrix
    Participant

    I 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

Viewing 6 posts - 16 through 21 (of 21 total)