Forum Replies Created
-
Author
-
May 28, 2019 at 11:49 pm in reply to: Grid filter dropdown show blank/null and selected filter item records Grid filter dropdown show blank/null and selected filter item records #105405
Hi Todor,
One more thing, is there any way to hide the ‘blank/null’ item option from that column filter dropdown?
April 30, 2019 at 2:00 pm in reply to: Grid addrow based on filter value Grid addrow based on filter value #104971March 29, 2019 at 8:32 pm in reply to: jqxscrollview image rotate left and right jqxscrollview image rotate left and right #104602Also Todor adding to my comment before, can we disable the drag option on this widget.
What i mean is whenever i hold left click on mouse and drag left or right, for some reason its changing the to another page/image. So is there a way to disable this feature.March 29, 2019 at 3:12 pm in reply to: jqxscrollview image rotate left and right jqxscrollview image rotate left and right #104595Hi Todor,
One more small thing, how can i retrieve like a page number that indicate what image i am currently on.
Example:
Image 1 of 3When i click ‘Next’ button it will show the ‘Image 2 of 3’ and so on.
When i click ‘Previous’ button it will show the ‘Image 1 of 3’.Here is my jsfiddle:
http://jsfiddle.net/o2jwdhb4/5/March 29, 2019 at 1:18 pm in reply to: jqxscrollview image rotate left and right jqxscrollview image rotate left and right #104590Hi Todor,
One more thing is that, i have added a reset button where
1. Reset the image size to the default width it originally had
2. Rotate the image back to original state, (360deg)Issues i am facing is that, i am not able to rotate the image back to original angle and whenever i click on rotate right or left, it does not rotate anymore.
Here is my jsfiddle:
http://jsfiddle.net/tya4vb8u/4/I will like your assistance on this, but thanks for pointing out
- This reply was modified 4 years, 2 months ago by dan123.
March 21, 2019 at 1:30 pm in reply to: Grid push selected same rows to new grid Grid push selected same rows to new grid #104444Hello Martin
So in your example, when i selected ‘Test 1 and Test 2’, clicked on Push rows. It added to the second grid that is good. So after i unselected rows in grid 1, and now i want to select row ‘Test 3’, clicked Push rows and it seems like its alerting ad duplicate message even if ‘Test 3’ record is not on grid 3. Same case for if i selected even ‘Test 4 to 6’March 20, 2019 at 8:31 pm in reply to: Grid push selected same rows to new grid Grid push selected same rows to new grid #104434Hi Martin,
So i put the selected rows logic in the clonerowbutton click event that will present an alert if there are any duplicates and prevent adding of rows. But some reason, the its not detecting the matching records, i am sure something is wrong with the if statement i used. Much appreciated if any help to help defect this
Example:
https://jsfiddle.net/2q8jLud5/2/March 20, 2019 at 12:58 am in reply to: Grid push selected same rows to new grid Grid push selected same rows to new grid #104412The ‘Test 1’ showed twice whenever i did select all.
March 19, 2019 at 7:54 pm in reply to: Grid push selected same rows to new grid Grid push selected same rows to new grid #104408Hi Martin
Is there was a way to compare the data between two grids. For instance after the selected rows have been added to second grid, is there a way to do a check/validation to restrict the ‘Push rows’ button click if i selected the same rows on grid 1 again?
Other thing was, when i did try your example (thanks for that) it was adding ‘Test 1’ row twice.
- This reply was modified 4 years, 2 months ago by dan123.
October 31, 2018 at 10:18 pm in reply to: Grid sort disabled if no data (before the column used to be clickable) Grid sort disabled if no data (before the column used to be clickable) #102583I hope this will be fixed soon. Any timeline?
October 26, 2018 at 3:11 pm in reply to: Restrict sort up to two columns Restrict sort up to two columns #102527Hi Martin,
I want to show what column was sorted and the direction, that is why i had the log tags. I really liked your example, i have been trying to add log tags to show what two columns are being sorted.
$(“#log”).html(“1st column: ” + sortedcolumn + ” ” + sortdirection + “”);
$(“#log2”).html(“2nd column: ” + sortedcolumn + ” ” + sortdirection + “”);I would like to see if a example of this. I want the log tags to show as you click on the first column and then second column it will show the next. And if one or the other column is not sorted then it will show 1st column null and 2nd column null
http://jsfiddle.net/8bs20z59/2/
- This reply was modified 4 years, 7 months ago by dan123.
October 15, 2018 at 11:25 pm in reply to: On button click dynamically creating id for jqxnotification On button click dynamically creating id for jqxnotification #102403Can you able provide a workaround? Please, the for loop is causing the button to be created strangely.
October 14, 2018 at 9:52 pm in reply to: On button click dynamically creating id for jqxnotification On button click dynamically creating id for jqxnotification #102381Fixed above issue. Now trying to figure out when i click the ‘Event 1’ button, how to show the notification to show on top and older ones to show below it.
The append method is causing it to put notification below one another.
Example:
Notification 2
Notification 1Example:
http://jsfiddle.net/8trecdyL/20/August 20, 2018 at 4:15 am in reply to: jqxgrid initrowdetails mysql jqxgrid initrowdetails mysql #101589Here is mysql to get row count and i want to echo this query in ‘var totalquantity’
if (isset($_GET[‘store_name’]))
{
$query = “SELECT count(*) FROM inventory WHERE addedbyuser='”.$_SESSION[“username”].”‘ AND store_name='” .$_GET[‘store_name’]. “‘”;
$result = mysql_query($query) or die(“SQL Error 1: ” . mysql_error());
echo $result;
}August 9, 2018 at 1:53 pm in reply to: Dropdownlist checked items Dropdownlist checked items #101468The id price is in the grid cellsrenderer. This is just a test example, other rows will have it own unique id. So during button click it will check the dropdownlist items for the ones that are checked and show the field in the grid. If certain items in dropdownlist are not checked then that field would not show in the grid.
- This reply was modified 4 years, 9 months ago by dan123.
-
AuthorPosts