ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / wijMobileCSS Option
In This Topic
    wijMobileCSS Option
    In This Topic
    Syntax
    // Get value
    var value; // Type:  jQuery.wijmo.c1gridview.options.wijMobileCSS
    value = $(".selector").c1gridview("option", "wijMobileCSS");
    
    // Set value
    var newValue; // Type:  jQuery.wijmo.c1gridview.options.wijMobileCSS
    $(".selector").c1gridview("option", "wijMobileCSS", newValue);
    var wijMobileCSS : wijMobileCSS;
    Browser Compatibility
    8
    5
    5
    See Also