[CLOSED] [RAZOR] DraggablePanelConfig doesn't have StartDrag in Razor

  1. #1

    [CLOSED] [RAZOR] DraggablePanelConfig doesn't have StartDrag in Razor

    Hi,

    I can not find StartDrag, EndDrag of DraggablePanelConfig in Razor.
    Can you show me how to use these attributes in Razor?

    Thanks
    Last edited by Daniil; Sep 28, 2012 at 2:37 PM. Reason: [CLOSED]
  2. #2
    Thank you for the report. We will investigate it.

    If you found that some properties are inaccessable under Razor then you can switch to component (use 'Control' method) and set any required properties
    @Html.X().TextField().Control(c => { c.Text = "New text"; })
  3. #3
    It has been fixed in SVN. Thank you for pointing it out.

Similar Threads

  1. Help with MVC 3 Razor
    By fosteliss in forum 2.x Help
    Replies: 0
    Last Post: Jul 26, 2012, 6:24 PM
  2. Please help MVC 3 Razor
    By fosteliss in forum 2.x Help
    Replies: 7
    Last Post: Jul 26, 2012, 4:59 PM
  3. [CLOSED] [Razor] HyperLink Text in Razor
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 20, 2012, 12:16 PM
  4. [CLOSED] [Razor] Add GridView to GridPanel in razor
    By boris in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 09, 2012, 4:23 PM
  5. [CLOSED] [Razor] Setup Auto load panel in razor
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 27, 2012, 10:54 AM

Posting Permissions