Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DMI operationBindings

    Hi All,

    In my Current example using DMI concept, i have a doubt in DMI Datasource XML file. In ListGrid component have a option to filter the record while typing the string in filter box.
    By Default fetching behavior takes "%value%", want it to filter matches like startWith "value%", basically this is wildcard operation in SQL. How to do it using DMI *.ds.XML? someone give me idea to do it.

    Thanks,
    Magesh
    Last edited by MageshkumarM; 4 Aug 2014, 02:44.

    #2
    Hi Magesh,

    I think it isn't possible in .ds.xml - see docs for allowed attributes.

    Try ListGridField.setFilterOperator().

    Best regards,
    Blama

    Comment

    Working...
    X