jQuery UI Widgets Forums React ongroup change date format is changed

This topic contains 2 replies, has 2 voices, and was last updated by  ganesh 5 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • ganesh
    Participant

    Hi there,
    In column field i used cellsrenderer for format date but when I group by this date the format was changed how we can do this.please help me.
    Thank you
    Ganesh


    Peter Stoev
    Keymaster

    Hi Ganesh,

    Could you provide a stackblitz example about that?

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/


    ganesh
    Participant

    Hi Peter stoev thank for reply . Sorry But I cant provide you example for that can you please suggest me about how I will get value of cell in
    in groupchaanges. Currently I am using cellsrenderer for show proper format of data but when i group by date at that time date show in previous format.
    let groupChanged = (e: any) => {
    let grid= this.refs.myGrid as JqxGrid;
    }
    let columnns=[
    {
    text: ” Date”,
    datafield: “Date”,
    width: “130”,
    cellsrenderer: daterender,
    hidden: false,
    filtertype: ‘custom’ as ‘custom’,
    createfilterpanel: (datafield, filterPanel) => {
    buildFilterPanel(filterPanel, datafield, this,source);
    },
    ];
    <JqxGrid
    ref=”myGrid”
    width={“100%”}

    onGroupschanged={groupChanged}

    />

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

You must be logged in to reply to this topic.