EasyUI Forum
September 13, 2025, 09:57:33 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / cloning datebox on: January 17, 2013, 03:24:20 PM
I'm working with a situation where I'm trying to clone a div that has a datebox inside of it along with other markup.  I'm appending the cloned div at the end of a container, but the datebox in the cloned markup isn't working.  I try to initialize the datebox again and it creates yet another input box next to the one that was already cloned.

Is there a way to go about doing this properly?
2  General Category / EasyUI for jQuery / Multi-Row tabs on: January 03, 2013, 02:55:39 PM
Is there a way to get multiple rows in the tab header similar to the way that jquery-ui does it now?  The scrolling of tabs is not working out for a client of mine and this functionality would be a big help.
3  General Category / EasyUI for jQuery / easy-ui tabs tabPosition on: January 03, 2013, 02:35:20 PM
I've been going through the demos on the demo site and I noticed the tabPosition demo for the tabs and was wondering why it has no effect when I apply the same property setting to my tabs implementation in my application?  I am currently using jquery-easyui-1.3.1 and would really like this functionality as I'm not to fond of the scrolling tab functionality.  Please help.
4  General Category / EasyUI for jQuery / Datagrid deleteRow and MVC on: December 21, 2012, 02:03:48 PM
I am using the datagrid in an ASP.NET MVC application and I'm having an issue with the deleteRow method.  I call this method when a delete link is clicked in the row and the grid looks to perform properly as the row disappears from the screen.  The issue that I'm having is that the underlying table that the grid is wrapping doesn't get modified at all so when I post the form, I still have all the records that were originally in my datagrid posted back to the server. 

I should not that I am not loading the data for the grid via the url loading, but I instead am writing out the table with all the rows when the page loads and then using the datagrid to wrap that table.  I'm not sure if this is a valid way to go about using this plugin or not but other than the delete command I haven't had any issues with it.

Is there something else I need to be doing to get the data to post properly or do I need to manipulate the underlying table on a delete as well as calling the deleteRow on the datagrid?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!