jQWidgets Forums

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: copy the text from treegid copy the text from treegid #56701

    ArunKumar
    Participant

    Hi Peter,

    I have tried with the latest version too. It was copying only the first row if I do with ctrl+c.But if I am copied the rows by using mouse it will copy the selected texts. So the problem is only with keyboard copy please check this.

    Regards,
    Arunkumar.

    in reply to: copy the text from treegid copy the text from treegid #56681

    ArunKumar
    Participant

    Hi Peter,

    I am using firefox 27.0 , jQWidgets Version as 3.2.2 ,jQuery Version as 1.10.2.
    Please check this.

    Regards,
    ArunKumar.

    in reply to: copy the text from treegid copy the text from treegid #56679

    ArunKumar
    Participant

    Hi Peter,

    I have tried the same thing.But it not works.Please refer the below code,

    $("#jqxTreeGrid").jqxTreeGrid(
                                {
                                    width: '100%',
                                    source: dataAdapter,
                                    altrows: true,
                                    height: 450,
                                    pageable: true,
                                    editable: true,
                                    autorowheight: false,
                                    theme: SiteThemeName,
                                    enableBrowserSelection: true,
                                    selectionMode: "multiplerows",
                                    pagermode: 'advanced',
                                    pageSizeOptions: ['50', '100', '150', '200'],
                                    pageSize: 50,
                                    columns:
                                    [
                                    { text: 'Name', datafield: 'Name', width: '35%', cellsalign: 'left' },
                                    { text: 'Age', datafield: 'Age', width: '35%', cellsalign: 'left' }
                                    ]
                                }); 
    in reply to: Export only checked tows Export only checked tows #54252

    ArunKumar
    Participant

    Hi Peter,

    THANKS for your immediate response.But I want to export only the checked rows in the treegrid.How can I achieve this.Please help me in this regard.

    Thanks and Regards,
    ArunKumar.

    in reply to: TReeGrid SelectedRows TReeGrid SelectedRows #54214

    ArunKumar
    Participant

    Hi Peter,

    In the link given by you return only one record not all the checked rows.Please check this.


    ArunKumar
    Participant

    Hi,

    We are using .net and IIS. How to configure the “save_file.php” in IIS. Where can I find the “save_file.php”.

    Thanks & Regards,
    ArunKumar

    in reply to: Progress bar within grid Progress bar within grid #51957

    ArunKumar
    Participant

    Hi Peter,

    Thanks for your response.It’s works for me.Continue the great work!

    in reply to: Access value from server side Access value from server side #51827

    ArunKumar
    Participant

    Hi Peter,

    Thanks for your immediate response.But I want to use the selected combobox value in my server side code.Please give me the solution for that.
    var item = $("#jqxComboBox").jqxComboBox('getSelectedItem'); this was working in clientside perfect.

    But I want to use like this,
    in aspx.cs,

    string item = jqxFillLevel.jqxComboBox('getSelectedItem');

    in aspx

    <div id='jqxFillLevel' runat="server">
    </div>

    Please suggest me some way to do this.

    Regards,
    ArunKumar

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