Search Results

Type: Posts; User: T3rryChan

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi,

    I am trying to add a menu to a window like this



    @Html.X().Window().Title("Versus Report").Layout("border").Maximized(true).Items(items =>
    {
    ...
  2. All right.
  3. Hi,

    I found that the size of the selection drop down list in the combobox control cannot really be set by the PageSize property. When looking at the form data submitted to server side, the "limit"...
  4. It still not working, but thanks for your reply.
  5. yes it is.
  6. 1) create an empty ASP.NET MVC3 application (solution name is XNet), select Razor with the view engine

    2) download Ext.Net package from NuGet then update the references of Ext.Net,...
  7. Still does not work, and here are some findings:

    first, there is a javascript error on the page:

    Uncaught TypeError: Cannot call method 'getTime' of null

    second, GetEvents is not invoked
  8. Hi,

    I have the following code to load the Events of the Calendar from the server side. For some reason, the events do not show on the calendar at all. Any help is appreciated.

    View:

    ...
  9. Hi,

    I have a MVC3 project using Razor ViewEngine. I am under the impression that #{Draw1} the a Handler like this



    listeners.Click.Handler = "#{Draw1}.surface.getGroup('circles')


    should...
  10. Thank you so much. The example provide is working great, but MonthView of CalendarPanel, NoMapping of EventStore, and Mappings of EventStore are still undefined in Razor ViewEngine. Please look into...
  11. I am still not able to set the "Calendars" of a CalendarStore. Could you look into this? Thanks.
  12. Hi,

    I tried to initialized a CalendarPanel like this



    @Html.X().CalendarPanel();


    But the CalendarPanel is not defined. Could someone please look into this? Thanks.
  13. Nice! Thank you
  14. Another question thou, how to do set the Renderer property of the ChartTip?

    I tried it this way:



    Html.X().ChartTip() {Renderer = new JFunction("this.setTitle(storeItem.get('Name') + ': ' +...
  15. Oops.... My bad. Forget to re-compile. It is working now. Thanks.
  16. Hi,

    I have to add the ChartTip recommanded



    Tips(Html.X().ChartTip())


    but got an exception saying "The best overloaded method match for...
  17. Hi,

    I am trying to add the ChartTip to the BarSeries (MVC3, Razor ViewEngine) like this



    Tips(tips => tips.Add(Html.X().ChartTip().Renderer(renderer => new...
  18. Hi,

    I have the code below to render a ext partial view in my MVC3 application using Razor view engine



    @Html.RenderExtPartial("north.csthml");


    But I got an exception saying "Object...
  19. Yes, it is fixed. Thanks.
  20. Hi,

    I tried to set the InputValue of a checkboxfield this way:



    @Html.X().Checkbox().InputValue("testing")


    which throws an exception saying InputValue is not defined. Also when I tried...
  21. Hi,

    I got the following javascript error in google chrome when adding a StatusBar as the bottombar of a FormPanel.

    "Uncaught TypeError: Cannot call method 'substring' of undefined"

    Here is...
  22. Thanks a lot. Just wondering, when will this update available through NuGet (The last updated date of the current package is Mar 8th, 2012).
  23. Got an exception: CS1061: 'Ext.Net.AjaxProxy.Builder' does not contain a definition for 'ActionMethods' and no extension method 'ActionMethods' accepting a first argument of type...
  24. Hi,

    I have the code below to load data of the chart from a remote data source. It is developed in asp.net mvc3 + razor view engine.
    It is working fine, but the only problem is that the data is...
  25. Good to know. Thanks.
Results 1 to 25 of 36
Page 1 of 2 1 2