jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Update Source and Adapter Update Source and Adapter #63607

    Gaetek
    Participant

    Hi,
    Would that also refresh the grid? Or should I also invoke the dataBind method of the Adapter?

    Thanks.
    Gaetano


    Gaetek
    Participant

    Hello again,

    I figured out an alternative way:

    
     $("div[id^='gridmenu']").css('min-width','210px');
     $("div[id^='gridmenu']").css('min-height','265px');
     $("div[id^='gridmenu']").css('font-family','Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif');
     $("div[id^='gridmenu']").css('font-size','10px');
     $("div[id^='menuItem99']").css('font-family','Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif');
     $("div[id^='menuItem99']").css('font-size','10px');
    

    This will allow changes on the filter menu at runtime.

    Thanks,
    Gaetano


    Gaetek
    Participant

    Hi Peter,
    Do you mean I can change the font style for the menu itself, but not the content inside?
    If yes, what are the tags I should look for in base.css to change font size and family?

    Thanks,
    Gatano

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