jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts

  • narayan
    Participant

    Hello Dimitar Sir,
    Here we are now able to add the checkbox to a column header. It stays as a level there I want to add (click) event in that checkbox and want to select all the rows. How can I do that?
    Thanks

    in reply to: Select All Checkbox Select All Checkbox #103903

    narayan
    Participant

    Here I need to use both features selectionmode:’checkbox’ and selectionmode:’multiplecellsadvanced’ How can I do that…?
    My problem now is I have used selectionmode checkbox so that I can select specific row and save it I need this. In the same way I also want to use up/down left/right arrow key to select specific cell but this is possible when selectionmode is “multiplecellsadvanced”. Is there any solutions??

    in reply to: jqxFileUpload with extra Data jqxFileUpload with extra Data #99152

    narayan
    Participant

    Hello Ivo Zhulev
    I have used like this.

     <jqxFileUpload [width]="300" [uploadUrl]="'http://ms-pc:8084/RPS/api/students/studentphotodetails'" (onUploadEnd)="UploadEnd($event)"
                      #studentPhoto [accept]="'image/*'" [theme]="'energyblue'" [fileInputName]="'studentPhoto'">
                    </jqxFileUpload>

    The file has been uploaded but loading does not stop and response from server is ok. What should we do to close the loading.

    in reply to: jqxFileUpload with extra Data jqxFileUpload with extra Data #98800

    narayan
    Participant

    Hello Stanislav,

    let data = {
    name:'',
    date:'',
    address:''
    }

    I need to send this data in uploadUrl. How can we send it .

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