jQWidgets Forums
Forum Replies Created
-
Author
-
November 26, 2014 at 6:02 am in reply to: JqxGrid set Arrow on sort by Column header JqxGrid set Arrow on sort by Column header #63327
Hello,
Could you please help us ?
Thanks
November 25, 2014 at 9:06 am in reply to: JqxGrid set Arrow on sort by Column header JqxGrid set Arrow on sort by Column header #63259thanks for reply.
Is it not possible sorting by multiple columns ?
then we can set multiple sorting columns icon.
example like we have firstname,lastname and other fields there in above example.if multiple sort by not possible then it’s okay. but we can specify firstname and lastname two column with arrow icon.
Any help will be appreciated.
Thanks
AlpeshNovember 25, 2014 at 8:24 am in reply to: JqxGrid set Arrow on sort by Column header JqxGrid set Arrow on sort by Column header #63255Thanks for reply Dimitar.
Yes we are looking above example.We need help reagrding two column sortable and first one is set asc order and second one is set on desc order.
like above examplecolumns: [{ text: 'First Name', datafield: 'firstname', width: 100, sortable: true, }, { text: 'Last Name', datafield: 'lastname', width: 100, sortable: true, },
we need to set firstname on asc order and lastname on desc order with arrow icon.
Could please help us to set mulitple column sortable with asc/desc icon ?
Thanks
AlpeshOctober 28, 2014 at 6:23 am in reply to: Validation Message not showing with muliple tabs Validation Message not showing with muliple tabs #61703Hi,
Thanks for reply
But Input element is in first tab and we are on second tab and click on submit that time the error label not displaying.
We need to help regarding when our input element is in another tab that time validation message needs to display top of page or any tab header.Thanks
AlpeshOctober 27, 2014 at 11:44 am in reply to: Validation Message not showing with muliple tabs Validation Message not showing with muliple tabs #61662Hi Dimitar,
We have scripted at example link.
In this example when we click on submit button that time we need validation message of tab1 on above header of tab1.
Could you please check example link ?
Thanks
AlpeshSeptember 25, 2014 at 12:05 pm in reply to: issue with data Field name "Group" in JqxGrid issue with data Field name "Group" in JqxGrid #60050Thank you very much Dimitar.
It’s working.Regards,
AlpeshSeptember 25, 2014 at 9:09 am in reply to: issue with data Field name "Group" in JqxGrid issue with data Field name "Group" in JqxGrid #60035Hello,
Any help will be greatly appreciated!?Thanks,
AlpeshAugust 11, 2014 at 12:21 pm in reply to: Validator Message set on other Input Validator Message set on other Input #58229Thanks for reply,
August 11, 2014 at 10:58 am in reply to: Validator Message set on other Input Validator Message set on other Input #58222Hello,
Any help will be greatly appreciated.
Thanks
but i have lots of try before handle the loaded data but can not get the solution
but Java Flex Grid Table also handle this type of problem
Can give any example Jqwidgets Grid Table ?July 17, 2014 at 6:29 am in reply to: Multiple Grid Set In one Grid Multiple Grid Set In one Grid #57326Yes,thanks
I have checked nested grid example.
But in nested grid haven’t any common pager.
We need to set common pager for all in nested grid.
Could you please help us ?Thanks
AlpeshJuly 11, 2014 at 9:22 am in reply to: Wrong Date getting on jqxDateTimeInput Wrong Date getting on jqxDateTimeInput #57068Thanks for reply.
Could you please check below code ?$("#jqxDateTimeInput").jqxDateTimeInput({ width: '250px', height: '25px', theme: 'energyblue', formatString: "dd/MM/yyyy" }); var da=new Date('09/07/2014'); $("#jqxDateTimeInput").val(da);
We have set formatstring ‘dd/MM/yyyy’.Why we get wrong date ??
Thanks,
AlpeshJuly 11, 2014 at 7:05 am in reply to: Wrong Date getting on jqxDateTimeInput Wrong Date getting on jqxDateTimeInput #57055also we have set formatted string like this formatString: “dd/MM/yyyy”.
How we can set date like formatString ??Thanks
AlpeshJuly 11, 2014 at 7:00 am in reply to: Wrong Date getting on jqxDateTimeInput Wrong Date getting on jqxDateTimeInput #57052thanks for reply
We need ’09/07/2014′ means July 9,2014 in jqxDateTimeInput.
So how we can set it? we need to change format ??Thank
AlpeshJuly 5, 2014 at 12:05 pm in reply to: Create Custom Function jqxgridSelection.js Create Custom Function jqxgridSelection.js #56796Could you please help us ?
-
AuthorPosts