jQWidgets Forums
Forum Replies Created
-
Author
-
September 10, 2021 at 10:18 am in reply to: Title / Total inside donut pie chart Title / Total inside donut pie chart #120751
Ok. But this is not my requirement.
Thank you so much for your response.September 9, 2021 at 11:29 am in reply to: Title / Total inside donut pie chart Title / Total inside donut pie chart #120742Hello Yavor Dashev,
Thank you so much ,it is working for me.
But I have one more requirement. I need to style legends according to my project.
I need legend in circular shape instead of square shape.
Also, I want to give border to legends. But In “legendLayout” property, there are limited options (top, left, width, height, flow ).Is there any way to change legends from square shape to circular?
Thanks & Regards
Manu VashishthaApril 30, 2021 at 11:07 am in reply to: Focus in jqxGrid cell is not setting properly. Focus in jqxGrid cell is not setting properly. #115178Hello Peter
This is working fine in old version. We were using jQWidgets v3.9.1 (2015-Oct) Copyright (c) 2011-2015 jQWidgets. but now in latest release, this is the issue we are facing.
Thanks & Regards
Manu VashishthaMarch 15, 2021 at 10:41 am in reply to: Cellrenderer Method is getting called for all rows everytime Cellrenderer Method is getting called for all rows everytime #114860But, this is not the solution. I have single row styles or class name. Can’t refresh my grid every time.
There must be an option for updating single row styles, without refreshing the grid.March 13, 2021 at 12:16 pm in reply to: jqxdatetimeinput – any way to suppress automatically assigning a value? jqxdatetimeinput – any way to suppress automatically assigning a value? #114854Hello Hristo
It will work for me. I have to update the new version. editMode property will work for me.
Thank you so much for your help.
March 11, 2021 at 9:56 am in reply to: jqxdatetimeinput – any way to suppress automatically assigning a value? jqxdatetimeinput – any way to suppress automatically assigning a value? #114843Hello Hristo
I am facing same issue and I am using the jQuery controls. Is there any solution for this in new update.
Pls inform if there is any. I can’t switch to any other control now.March 11, 2021 at 6:22 am in reply to: invoke the cellrenderer function invoke the cellrenderer function #114838This is resolved. I updated the styles public variable of my grid. Then it is working for me.
March 10, 2021 at 12:05 pm in reply to: invoke the cellrenderer function invoke the cellrenderer function #114836Hello
Can we call the cellrenderer method on updaterow method of grid.
I have done the code below, but its not working. Also I want to refresh single row to speed up my grid. I Don’t want to refresh the complete grid.$(‘#’ + _gridId).jqxGrid(‘updaterow’, rowIndex, data);
$(‘#’ + _gridId).jqxGrid(‘refresh’);Please help, its urgent.
Thanks & regards
Manu VashishthaMarch 4, 2021 at 5:53 am in reply to: How to update Status Bar in jqxGrid How to update Status Bar in jqxGrid #114790Hello Peter,
Thanks for your response.
But , I am familiar with the example you have provided. My requirement is to update the status bar only.
I don’t want to refresh my grid always because it has larger data.
I only want to refresh status bar on row change event of grid.Thanks & Regards
Manu VashishthaOkay. Thank you.
Hello Sir
Just want to confirm from your side that the way I want to perform this is :–
var value=$(‘#jqxComboBox’).find(‘.jqx-combobox-input’).val();I am getting value of textbox always, bcoz I need only text from combobox.
This is a good practice or not, or this can create any problem for me later?Thanks & Regards
Manu VashishthaHello Sir,
Thank you for your response.
I have checked jqxInput, but this is not meeting my requirement.
Actually, I need combobox along with autocomplete, I have to show all the items to user before filtration like jqxcombobox.Regards
Manu VashishthaHello Sir,
This is not a solution of my problem.
Please check my example: Click here for examplee.g.:– I am adding “Bre” in the inputbox but when getting value on button click then it is showing “Breve” in the alert.
bcoz “Breve” is getting selected automatically. I don’t need selected item , I want to get text added in the inputbox.I need edit and search both options. Please check.
Regards
Manu VashishthaDecember 30, 2019 at 7:43 am in reply to: Problem with date column in jqxgrid Problem with date column in jqxgrid #107701Hello Hristo,
I have also resolved this problem by converting value to date object. And it is working fine for me now.February 1, 2019 at 10:46 am in reply to: Problem with date column in jqxgrid Problem with date column in jqxgrid #103809Hello Hristo,
You are right it updates the row but problem arises when you click on the same cell(date type) which is updated.
Then, the day is changed into month.Thanks & Regards,
Manu Vashishtha -
AuthorPosts