jQWidgets Forums
Forum Replies Created
-
Author
-
March 14, 2016 at 7:34 am in reply to: autorowheight with celledit autorowheight with celledit #82409
Hi ivailo,
if we set autoheight:true the scrollbar not displaying.But we need to scrollbar in my application.
February 29, 2016 at 1:32 pm in reply to: jqxComboBox remotes search autocomplete jqxComboBox remotes search autocomplete #81923Hi,
RemoteSearch is not working by doing copypaste through mouse.But it is working with keyboard.Can you provide the solution for copy paste with mouse?
February 19, 2016 at 9:30 am in reply to: Jqx Editor Get the value not getting Styles Jqx Editor Get the value not getting Styles #81593Hi,
We had used IE11. Issue is not reproducing now,it could be the problem with cache.
Thanks for your prompt reply.
Regards,
NagaveniFebruary 9, 2016 at 11:43 am in reply to: Jqx Editor Get the value not getting Styles Jqx Editor Get the value not getting Styles #81281Hi,
Fonts styles are not applying on Jqx Editor in IE.
Please watch below video.
https://drive.google.com/file/d/0B9fQSPDKTqHidVRkV2lYSHJ2SmM/view?pref=2&pli=1
Thanks
NagaveniFebruary 8, 2016 at 11:48 am in reply to: Jqx Editor Get the value not getting Styles Jqx Editor Get the value not getting Styles #81237Hi,
Currently i’m using JqWidgets-ver3.9.1
February 6, 2016 at 7:49 am in reply to: Jqx Editor Get the value not getting Styles Jqx Editor Get the value not getting Styles #81195Sorry about that Please Download the below link
https://drive.google.com/file/d/0B7Kfsc_VLJO9SjRMZGdLd3V1YTA/view
February 6, 2016 at 7:26 am in reply to: Jqx Editor Get the value not getting Styles Jqx Editor Get the value not getting Styles #81194Please download the above vedio
https://drive.google.com/file/d/0B7Kfsc_VLJO9aERQemFPWkFGcTg/view?pref=2&pli=1February 6, 2016 at 7:25 am in reply to: Jqx Editor Get the value not getting Styles Jqx Editor Get the value not getting Styles #81193Hi,
All Styles are applying correctly but only when we select vardana it is removing the font-family automatically.
Please check the below vedio
https://drive.google.com/file/d/0B7Kfsc_VLJO9aERQemFPWkFGcTg/view?pref=2&pli=1Hello,
Previously I discussed this jqx Grid columns shrink issue but not fixed that one. But Now, I need to fix this columns shrink issue and I checked the above given sample. I observed the following code
$(‘#jqxgrid’).jqxGrid(‘updatebounddata’);
But this one is for only refreshing the grid and not for refreshing data. In my scenario, I have create and update records. I am calling grid binding method once the record is created/updated to update the grid.
My Grid binding sample code is like below.
var source =
{
localdata: source,
datatype: “json”,
datafields: DataFields,
id: ‘ID’
};
var dataAdapter = new $.jqx.dataAdapter(source);$(“#TestGrid”).jqxGrid( width: ‘100%’, source: source: dataAdapter );
My grid columns settings are like below.
text: ”, datafield: ‘none’, width: ‘7%’, editable: false, filterable: false, pinned:true,cellclassname: cellclass
text: ”, datafield: ”, width: ‘3%’, editable: false
text: ‘Type’, datafield: ‘Type’, filtertype: ‘input’, editable: false, width: ‘6%’,cellclassname: cellclass
text: ‘Name’, datafield: ‘Name’, filtertype: ‘input’, editable: false, width: ‘14%’,cellclassname: cellclass
text: ‘Address’, datafield: ‘Address’, filtertype: ‘input’, editable: false, width: ‘14%’, cellclassname: cellclass
text: ‘Email’, datafield: ‘Email’, filtertype: ‘input’, editable: false, width: ‘17%’, cellclassname:cellclass
text: ‘Phone’, datafield: ‘Phone’, filtertype: ‘input’, editable: false, width: ‘10%’, cellclassname:cellclass
text: ‘Alternate Phone’, datafield: ‘APhone’, filtertype: ‘input’, editable: false, width: ‘10%’, cellclassname:cellclass
text: ‘Notes’, datafield: ‘Notes’, filtertype: ‘input’, editable: false, width: ‘19%’, cellclassname:cellclassPlease provide me solution to fix this column shrink issue.
Hi,
I have tried the given response also but i’m not getting the required result.Please provide the solution for this issue.
Thanks & Regards,
NagaveniHi,
Thank you for your reply. If you support these CSS units in upcoming versions, please update on this.
Thank you
NagaveniThanks for your reply and I checked that link. Here As per my requirement, I changed resizable: true and while I am re-sizing the modal popup, the content is cut off i.e. window scroll is not getting.
Please check the following updated link and provide us solution as soon as possible.
Hi Ivailo Ivanov,
The issue of “Not opening the combo box, when pressing down arrow key on keyboard” is also there in
the above sample you provided.it is opening when clicked on “Alt+down arrow key”,But I want the combo box
should be opened when clicked on “down arrow key” while tabbing through.Regards
NagaveniHi Guys,
As per your suggestion I have implemented ‘Remote Search’ functionality, it is working fine.
But by default it is taking the type as ‘GET’, in my scenario i want to use type as ‘PUT’.
It is not supporting the PUT type to send parameter to the search API URL.Can you please provide me a solution to use ‘PUT’ type in remote search.
Regards,
NagaveniDecember 10, 2015 at 2:12 pm in reply to: GridRow Background Color depends on cell status Colors GridRow Background Color depends on cell status Colors #79187Hi,
I’m getting background color from DB i want to apply that bgcolor to entire row in Jqxgrid.I already trying its working fine in pageload but i’m getting issue in paging,filtering and sorting.Please check once any solution for this issue.
Thanks,Regards,
Nagaveni -
AuthorPosts