[CLOSED] Request: Add DataView.Select(id as object)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Request: Add DataView.Select(id as object)

    It will be nice to do:

    dim targetID = ""
    myDataView.Select(targetID)
    vs

    dim targetID = ""
    myDataView.Select(new Ext.net.ModelProxy() { myDataView.GetStore().GetById(targetID) })
    seems like more often, we want to select by id vs by array of modelproxy, especially since during directmethod, we usually just the ID and not the model record.
    Last edited by Daniil; Mar 22, 2013 at 7:38 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Select dataview row when page loads
    By jpadgett in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 28, 2013, 4:04 PM
  2. Replies: 4
    Last Post: Oct 27, 2012, 10:59 AM
  3. [CLOSED] DataView to DataView Drag and Drop
    By paulc in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 10, 2012, 8:19 PM
  4. List Collections Object with Dataview
    By CoolNoob in forum 1.x Help
    Replies: 4
    Last Post: Dec 18, 2009, 3:00 AM
  5. dataview single select
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Mar 30, 2009, 9:39 AM

Posting Permissions