jQWidgets Forums

jQuery UI Widgets Forums Grid rendered callback

This topic contains 6 replies, has 5 voices, and was last updated by  Hristo 5 years, 7 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • rendered callback #71749

    aoverton07
    Participant

    I noticed that the rendered callback is called twice, and in your example you show that it has a TYPE argument however, I couldn’t find any info on this. I see that the first time rendered is called the TYPE is ROWS and the second call TYPE is FULL, I use the rendered callback to apply my drag and drop bindings, should I be applying these bindings twice? Or only when type is FULL?

    rendered callback #71786

    Dimitar
    Participant

    Hello aoverton07,

    Either apply your bindings in rendered when type is ‘full’ or do it in ready, which is called only once.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    rendered callback #77234

    Gonki
    Participant

    Hello,

    I’m having a similar problem with jqTreeGrid. There doesn’t seem to be argument “type” in jqTreeGrid. What workaround would you suggest? I can’t do it in ready because data in tree grid is reloaded dynamically upon user commands.

    Gonki

    rendered callback #77244

    Dimitar
    Participant

    Hello Gonki,

    I think that the rendered callback is called only once for jqxTreeGrid (in contrast to jqxGrid). If it does not suit your purposes, however, you can execute your logic in the bindingComplete event handler.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    rendered callback #77245

    Gonki
    Participant

    According to my tests rendered is still called twice while bindingComplete indeed solves the issue.

    rendered callback #107181

    harshapache
    Participant

    Hi Dev Team,

    Can you please confirm is there any callback for after successful export to excel or after failure of export excel due to some reasons like upload limit exceeded etc.

    Thanks
    Harsh

    rendered callback #107193

    Hristo
    Participant

    Hello Harsh,

    Could you clarify how this is related to this forum topic?
    Also, what you want to achieve?
    If you use the default option where it used our server – it has a limitation.
    You could use the dataexport.php” file hosted on your server and determinate the limitation manually.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.