jQWidgets Forums
Forum Replies Created
-
Author
-
July 8, 2015 at 1:02 pm in reply to: what will be the datafield type for uniqueidentifier in the database. what will be the datafield type for uniqueidentifier in the database. #73528
Hi Claudio,
Yes, i have tried using ‘string’,but it doesn’t seem to work.
Regards,
Rani.December 30, 2014 at 10:36 am in reply to: Problem in autocomplete filtering while binding the source in initeditor Problem in autocomplete filtering while binding the source in initeditor #64831Hi Team,
Sorry for the wrong Fiddle links.
please check the below updated links:http://jsfiddle.net/Dp5tA/12/ (Binded source only in create editor,it is not missing the first character).
http://jsfiddle.net/Dp5tA/13/ (Binded source only in create and init editor,it is missing the first character).
Regards,
Rani.Hello Peter,
I am getting the following error in my application while using JQWidgets v3.6.
“TypeError: G is undefined” in jqxangular JS file.
Its working fine using JQWidgets v3.5.
Best Regards,
Rani.Hi Peter,
I have created a sample application with two jqx-button’s and two jqx-window’s .When we click on first button, first window should open and when we click on second button,second window should open.But,in our case second window is opening for both button clicks.
please find the sample application(“jqxWindowPopup/demos/WinowPopup/Index.html”) from the below url.http://182.72.253.86\Downloads/jqxWindowPopupSample.zip
Best Regards,
Rani.November 4, 2014 at 7:36 am in reply to: Is there any event for jqxgrid when DateRange filter is selected Is there any event for jqxgrid when DateRange filter is selected #62080Hello Dimitar,
I actually wanted to know whether can we able to get the information regarding which column raised this filter event.
Like if i select a date range then filter event will be fired,here in this filter event there is a object called event.In this object can we able to get the information regarding date range filter is called.$(“#jqxProgress”).on(“filter”, function (event) {
});
Can you please look in to this.
Regards,
rani.October 21, 2014 at 9:28 am in reply to: how to add a default date range for range filter how to add a default date range for range filter #61431Hi,
I have done filtering based on javascript date for range filtering type but filtering is not working as expected.
Please find the below link:
http://jsfiddle.net/P7BCs/134/Here in this link default range filter is applied.But filtering is not done based on the date range given(10/11/2014 – 10/21/2014).All dates re displayed.
I cant understand what is happening here.Can you please look in to this.Regards,
rani.October 20, 2014 at 10:42 am in reply to: how to make only values to be checked in Filtering(FilterType:'checkedlist')Grid how to make only values to be checked in Filtering(FilterType:'checkedlist')Grid #61375Hi,
I have applied filtering as below:
I ready function of grid i had called addDefaultfilter() method.The grid is filtering as expected but in the dropdown of Status filter the ‘Failed’ option is not being checked.how can i achieve this.var addDefaultfilter = function () {
var filtergroup = new $.jqx.filter();
var filter_or_operator = 1;
var filtervalue = ‘Failed’;
var filtercondition = ‘contains’;
var filter1 = filtergroup.createfilter(‘stringfilter’, filtervalue, filtercondition);
filtergroup.addfilter(filter_or_operator, filter1);
$(“#jqxProgress”).jqxGrid(‘addfilter’, ‘Status’, filtergroup);
$(“#jqxProgress”).jqxGrid(‘applyfilters’);
};
$(“#jqxGrid”).jqxGrid(
{
showfilterrow: true,
filterable: true,
selectionmode: ‘multiplerowsextended’,
ready: function () {
addDefaultfilter();
},
columns:
[
{ text: ‘Status’, datafield: ‘Status’, width: ‘13%’, cellsrenderer: statusprogress, editable: false, filteritems: {‘Failed’,’Passed’,’Cleared’}, filtertype: ‘checkedlist’ },
{ text: ‘Length’, datafield: ‘Size’, width: ‘7%’, editable: false, columntype: ‘textbox’, filtertype: ‘input’ }
});October 20, 2014 at 6:26 am in reply to: how to make only values to be checked in Filtering(FilterType:'checkedlist')Grid how to make only values to be checked in Filtering(FilterType:'checkedlist')Grid #61352Hi,
Actually what i mean to say is by default only some items needs to be in checked mode and remaining should be in unchecked.How can i achieve this by script.
Regards,
raniJune 24, 2014 at 5:59 am in reply to: Pertaining old values in Combo box if Autocomplete property is set to true. Pertaining old values in Combo box if Autocomplete property is set to true. #56268Hi,
clearSelection method is working fine when autoComplete is set to false.When autoComplete=true and at the same time if we are using clearSelection method it is just clearing the Combobox but selected value is not not cleared.
please check this http://jsfiddle.net/3RJEU/21/
regards,
rani.Hi,
How can i remove that scrollbar even though the data is overflowing.How can i autoadjust the height and width of the grid.
Please help me in this.
Regards,
rani.Hi ,
thanks for reply i want to set the focus on row at some nth row(for ex: 9th row) when page load, bcz i have grid on first page..when i click particular row ,then it goes to next page and the same grid show at left panle(there i want to focus on particular clicked row focus) and full details of that particular row is at right panle(for editing)…so i need highlight or focus the row at some nth row…
regards,
rani.April 8, 2014 at 12:51 pm in reply to: How to get cell datafield name How to get cell datafield name #52710hi,
How can i get column name when a particular cell value changes. I need to get which data field value is modified.
regards,
rani.hi,
i got the solution for editmode when i press tab from one column to other column….and it is working fine…..
regards,
rani.Hi,
NO sir its repeating you can try the same example with database connection then you can get clarity about this issue.please thy with database connection and check once please
Regards,
RaniApril 1, 2014 at 10:24 am in reply to: not removing jqxvalidator error messages when window open second time not removing jqxvalidator error messages when window open second time #52304hi,
It is working perfect….thanks Dimitar….
regards,
rani. -
AuthorPosts