Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > DataForm > open raddataform in NewItemTemplate mode

Not answered open raddataform in NewItemTemplate mode

Feed from this thread
  • Shaimaa avatar

    Posted on Feb 21, 2012 (permalink)

    hi ...

    I wish to know if it is possible to view the rad dataform in new item mode when i click on a button which is not the one on the form.
    I am not using the command buttons on the raddataform.

    I really need a quick solution to do this.

    Regards,
    Shaimaa

    Reply

  • Posted on Jul 5, 2012 (permalink)

    Isnt it just:

    if (m_radDataForm.CanAddItems)
    m_radDataForm.AddNewItem();

    and to delete:

    if (m_radDataForm.CanDeleteItems)
    m_radDataForm.DeleteItem();

    or something to that effect :P

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > DataForm > open raddataform in NewItemTemplate mode