Search Results

Type: Posts; User: Fla

Search took 0.01 seconds.
  1. Hi,
    today we have a runtime exception on our site, saying this: "LicenseException: Ext.NET license unlocks a different Ext.NET version."
    We bought a premium license for 7.1 Ext.net Classic and I...
  2. Hi again :)
    Is there a way to retrieve at server side the columns list for a gridpanel?
    I've tried to get the grid using

    var grid = this.GetCmp<GridPanel>(myGridName);
    and it runs, however all...
  3. Hi,
    I have problems to submit a form using standardsubmit config with a fileUploadField inside.
    How can I achieve this? There is no isUpload attribute for fileUploadField, nor for the form.
    Is it...
  4. Hi,
    I fixed the problem creating an interface between ajax proxy and data.


    public class RemotePagingResponse<T> where T : class
    {
    private List<T> _items = new List<T>();

    ...
  5. This!

    I continued to investigate and found the correct solution:
    this code

    <ext-add key="id" value="function() { this.getWidgetRecord().get('id'); }" mode="Raw" />
    doesn't work because...
  6. Hi Fabricio,
    after some investigation I solved in this way:


    <extraParams>
    <ext-add key="id" value="this.$widgetRecord.data.id" mode="Raw" />
    </extraParams>

    Debuging...
  7. Hi Fabricio,
    To explain better, it seems that there is no getWidgetRecord function. In fact, if i try the following:



    <ext-widgetColumn hideable="false" align="Center" sortable="false">
    ...
  8. Hi Fabricio,
    I'm able to perform sorting and filtering of a list of objects, using the old example of the plants of Ext.Net 5.3, but not the remote paging, because I don't know what my action has...
  9. Hi,
    I've some issues with gridpanel widgetcolumn:
    I'm able to render an ext.net button inside a widgetcolumn, but i have no idea how to recover the related record index.
    I need to use a controller...
  10. Thanks Fabricio,
    I've sent an email for my subscription confirmation.
    Regarding my issue:
    Consider that my gridpanel has an ajax proxy, now my RemotePager class retrieves a List<Object> to the...
  11. Hi,
    Sorry, I write here, even if my company has a premium account (had purchased Ext.Net 7.1), because i don't know how to subscribe to the forum as premium user. :(

    Some years ago I worked...
Results 1 to 11 of 11