Search Results

Type: Posts; User: tolgaerdogus

Search took 0.01 seconds.
  1. Do you plan to have a generic method that can convert the StoreRequestParameters parameter passed in to a Controller or ApiController to an IQueryable<T>?

    KendoUI MVC has this and all you have to...
  2. Fabricio,

    indeed I was able to make this work also through a global KeyMap, however I will have many instances of these windows in one desktop and would like the KeyMap declarations to know about...
  3. Create clean Asp.Net project, install Ext.Net MVC nuget package and add/edit following files.
    In running app click the desktop module shortcut and in resulting blank window that pops up, hit the "J"...
  4. I have a self contained example project demonstrating the issue but it's 105MB with dlls. Where would you like me to upload it to?

    Thanks
  5. Are there any gotchas that would cause a keymap declaration inside a gridpanel to not work, i.e. The key press doesn't trigger the JavaScript function.

    I am talking about something like this:
    ...
  6. There may be sophisticated reasons why these "readonly" properties were declared with only a getter, however I think it would be better to declare them with an auto property getter and private...
  7. Fabricio,

    thanks for your continued help - I really appreciate it.

    I guess, put more clearly, what I am looking for is how to get around the compilation problem due to the Reader and API...
  8. Ok - it seems intellisense is getting messed up and API is indeed available as a property in RestProxy (inherited from abstract base class ServerProxy), however since it has only a getter, again it...
  9. That is great but the only issue is that the generated Panel is not in a reusable file such that it can consumed from other razor views.

    I was hoping that I could capture this kind of logic in...
  10. How come the following code can set a read only property "Reader":

    new ext.Store()
    {

    ID = "store",
    Proxy =
    {

    ...
  11. I am writing a lot of my UI declarations inside of C# classes because I really don't like the large razor files and the broken formatting. I like the reusability of this C# based UI classes, too.
    ...
Results 1 to 11 of 11