jQWidgets Forums

jQuery UI Widgets Forums Grid Jqxgrid – Referencing by index's data

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Jqxgrid – Referencing by index's data #15641

    Hamden
    Member

    Hi;
    Please, I would like to know if is possible to reference a datafield parameter by a index object data instead;
    for example (see below “datafield” reference sintax):

    *****************************

    width: 670,
    source: dataAdapter,
    columns: [
    { text: ‘First Name’, datafield: ‘firstname’, width: 100 },

    ****************************

    width: 670,
    source: dataAdapter,
    columns: [
    { text: ‘First Name’, datafield: object[0] , width: 100 },

    **************************

    In other words, I have a situation where I don’t know the datasource fields (such a metadata source) – and I want
    to implement referencing by index’s data, like written above. Is it possible?

    Best Regards;
    Hamden Vogel

    Jqxgrid – Referencing by index's data #15643

    Peter Stoev
    Keymaster

    Hi Hamden,

    That is currently not possible. The column’s datafield is expected to be set to a string parameter. I will add a work item about that feature.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.