Search Results

Type: Posts; User: chrish

Search took 0.01 seconds.
  1. I have solved my problem by reconfiguring the grid's store model at the same time I am generating the column model for the grid via a DirectMethod. The basic process for populating my grid is:


    ...
  2. I took a look at the samples and I am struggling to understand how I can apply them. Grid reconfiguration isn't my problem, I am already doing that with a DirectMethod. I think I can solve this...
  3. I found different ways of mapping fields by modifying the JsonReader configuration. I do not think using a column renderer is a viable course of action for me, because I do not know how many items...
  4. I am attempting to bind GridPanel columns to a complex JSON result, and have no idea how to represent the binding in a DataIndex. I've tried various things in terms of syntax and cannot get a result....
  5. Thank you everyone, the issue is resolved for me after updating Ext.NET.
  6. I am attempting to dynamically add records to a store and then synchronize the store with an ASP.NET MVC 4 server. I can add records to the store; however, the store will not acknowledge the records...
  7. Thank you, and I appreciate the investigation! I have resolved the issue by implementing the workaround supplied in a load listener attached to the ComponentLoader. My form now detects the...
  8. I am trying to load fields into a FormPanel dynamically using a ComponentLoader without auto-load. The form renders properly; however, if I attempt to call getFields or getValues,my dynamic input...
  9. The issue is now resolved after retrieving the current trunk version from the repository, modifying it to compile using ASP.NET MVC 4, and then linking it into my project. The StoreDataHandler now...
  10. According to Visual Studio the assembly version is 2.1.1.18233. I will retrieve, compile, and link the version in the repository as soon as I get access. For whatever reason my credentials do not...
  11. Here is a more complete example; hopefully this is enough. The renderers were not relevant to the code sample. I forgot to remove them. In my actual code I am returning an ExtPartialViewResult and...
  12. I am using Ext.NET 2.1.1.18233 with Visual Studio 2010 and ASP.NET MVC 4. I am attempting to submit batch changes from a grid panel using a simple button. I have tried various examples and cannot get...
Results 1 to 12 of 12