Search Type: Posts; User: mtoddsmith
Search: Search took 0.03 seconds.
-
2 Nov 2012 9:34 AM
- Replies
- 1
- Views
- 434
I had to accept the sort input as a string and then convert it as such:
public MyModel MyMethod(string sort)
{
var sorts = JsonConvert.DeserializeObject<List<Sort>> (sort);
} -
1 Nov 2012 1:41 PM
- Replies
- 1
- Views
- 434
Is there an example of how to use the grid with multiple sort columns and ASP.NET MVC?
I'm stuck on the issue of mapping the sort query param to a view model of some kind:
sort: [
{property:... -
24 Jul 2009 10:33 AM
Jump to post Thread: structure vs visual css by mtoddsmith
- Replies
- 3
- Views
- 796
After a bit of data munging here's the breakdown:
15244 -
23 Jul 2009 2:19 PM
Jump to post Thread: structure vs visual css by mtoddsmith
- Replies
- 3
- Views
- 796
Is there a description of the properties that go into structure vs visual css files?
-
4 May 2009 1:38 PM
- Replies
- 4
- Views
- 2,011
I disabled all of my Toolbars and Extensions in IE8 and the problem still persisted.
I did a bit of trial and error and the culprit seems to be the x-tab-strip-over class. Disabling that stops the... -
29 Apr 2009 6:55 AM
- Replies
- 4
- Views
- 2,011
I checked it on two XP systems with IE8 and did not see the problem.
I'm running Vista w/IE8. I will check a few more boxes around the office and see if I can reproduce it.
BTW the gap starts... -
28 Apr 2009 11:28 AM
- Replies
- 4
- Views
- 2,011
The TabPanel demo on http://extjs.com/deploy/dev/examples/tabs/tabs.html includes some extra spacing below the tabs on IE8.
Results 1 to 7 of 7
