jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Property Grid Property Grid #72825

    Sunil Ramesh
    Participant

    Hi Peter,

    Expand/Collapse will not serve the purpose. Let me explain

    The property grid I have an row with a drop-down-list as a input field. Based on user selection I need to show different options under it. Below is a textual snapshot of the rows in the grid

    Category (text field)
    Code (text field)
    Name (text field)
    Description (text field)
    RuleType (drop-down list containing Simple, Standard, Extended)
    Rule Package (drop-down list)
    Validation Package (drop-down list)
    Deployment Package (drop-down list)
    Pre-Rule Package (drop-down list)
    Post-Rule Package (drop-down list)
    BuildType (drop-down list containing Automatic, Manual)
    Bootstrap Curve (true/false)
    Market Curve (true/false)

    When the user selects the RuleType as Simple, he can select only a rule package for the list under it, the other packages (validation,deployment,pre-rule,post-rule) are hidden.
    Similarly, if the user selects the RunType as Standard, he can select packages for rule-package, validation and deployemnt but not the other two(pre/post) and son on.

    If you see any standard property grid in windows, you will have a property hidden/visible which can be set to true/false to hide the row(s) on change event of another rows value.

    After going through the documentation thoroughly I am thinking I should be able to achieve this using the addfilder/applyfilter/clearfilter methods, but I am not sure, I will give a try.

    May be you should add an option at least to hide/show a row.

    Thanks & Regards
    Sunil

    in reply to: Property Grid Property Grid #72799

    Sunil Ramesh
    Participant

    Hi Peter,

    I am using it at the moment, but it does not have all the features that is available in a standard property grid. For instance you cannot hide rows, usually in a property grid based on user selection in a row with a drop down list, I need to hide/show other rows.

    Regards
    Sunil

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