jQWidgets Forums
Forum Replies Created
-
Author
-
December 26, 2013 at 2:04 am in reply to: how to set jqxgrid constant height with paging? how to set jqxgrid constant height with paging? #46954
Hi Peter,
If I want the grid to paginate in 10 rows and I want also that if the result or the data is less than 10, the grid still display 10 rows and just leave the rows blank.
Thanks,
Ryan PaulAugust 16, 2013 at 6:50 am in reply to: cannot read the new data in edit mode in the grid cannot read the new data in edit mode in the grid #26928hi peter,
is there no way to programmatically leave the edit mode and let the data will remain,
some user will not press the enter key before clicking the button, they will automatically click the button when they are finished in entering data.regards,
ryanAugust 16, 2013 at 6:12 am in reply to: cannot read the new data in edit mode in the grid cannot read the new data in edit mode in the grid #26920hi peter, is there any ways to solve this?
i tried using 2.8.3 but it’s the same,
i tried to displayed it using
var getDate = $(‘#jqxWidget’).jqxDateTimeInput(‘getDate’);
alert(getDate);and it get the correct data.
but i notice that the problem occur when i used the JSON.stringify;regards,
ryan paulthis also happens when i used datetime in the grid
regards,
ryan paulJune 5, 2013 at 8:57 am in reply to: auto complete with large json data without using remoteAutoComplete auto complete with large json data without using remoteAutoComplete #22616hi,
i think it doesn’t even connect to the server when the text is empty
regards,
ryanJune 5, 2013 at 6:49 am in reply to: auto complete with large json data without using remoteAutoComplete auto complete with large json data without using remoteAutoComplete #22605I see that this was a good example but as the entry is cleared all the data is lost, for example i type the “new york”, when i clear the text, all the data will be lost.
i needed the data to retain so that i can optionally search by entering record or i can just select like a dropdownhi sir,
in your example the color of the internet explorer will be green
and the firefox will be pink, and the chrome will become orange,but if i remove the value of the internet explorer
the color of the firefox will become green, and the color of the chrome will become pink,how can i retain the color of the field because if the value of the internet explorer is 0 it will not appear in the chart and it will only gonna display two field or two color. which are the firefox and chrome, which i think they will get the color of the first two colors which are the green and the pink.
i wanted that even if the value of the internet explorer the color of the firefox and chrome will still remain
regards.
ryanhi everyone,
i have a problem in changing the color of the pie chart,
i have a data, like field1, field2, field3when i set the color of the field using the above method, when
field 1 color would be yellow,
field 2 color would be red,
field 3 color would be blue,the problem when i do not have a data for field1, the color of the chart will change to
field2 will be red, and field3 will become blue.is there a way to fix the color that even when the value of the first columns it will not change the color of the succeeding fields?
thanks,
RyanMay 6, 2013 at 5:05 am in reply to: how can you capture the event when pressing escape in the validation how can you capture the event when pressing escape in the validation #20593or do you have something like
$(‘#form’).jqxValidator(‘validate’, element);
or
$(‘#AddButton’).click(function () {
var isValid = $(‘#form’).jqxValidator(‘validate’);
if (isValid) {
$(‘#grid’).jqxGrid(‘addrow’, rowid, {});
}
else {
alert(“In-Valid”);
}
});or when AddButton is clicked it will call the validation of the column to check if there’s an error,
what is the best approach for this?thank you
May 6, 2013 at 4:56 am in reply to: how can you capture the event when pressing escape in the validation how can you capture the event when pressing escape in the validation #20591this is good, 🙂
but is it also possible that you cannot move to another row or you cannot add new row if there’s still an error with the current row?
thank you
April 26, 2013 at 4:17 am in reply to: How to set the color of one cell depending on the value of another cell? How to set the color of one cell depending on the value of another cell? #20045what is the use of columnfield?is there any way to add the value of another column?for exmple if i have column1 column2a 1 b 2c 3instead, i would like to have the output for the grid to becolumn1 column2a a1b b2c c3
April 10, 2013 at 7:04 am in reply to: Displaying links in jqxGrid Displaying links in jqxGrid #18957how can i use a selector if two columns have been rendered as link?
example in column1 i want to show pupop1
while in column2 i want to show popup2regards,
hi,
where can I download the php script
thanks
April 8, 2013 at 9:46 am in reply to: cannot read the new data in edit mode in the grid cannot read the new data in edit mode in the grid #18833is there no other way to programmatically made the changes when pressing the button of the row?
-
AuthorPosts