Search Results

Type: Posts; User: dheeraj_us

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. I think the statement was a little confusing, let me explain again, works fine in IE8 but does not work in IE8 w/ Compatibility Mode and IE7.
  2. I tried with Compatibility mode off in IE8 and it does not work correctly (as shown in the image attachment).
  3. When a Tab is Active, how do I change the Color of the Tab to clearly distinguish between the Active and In-Active tabs?
  4. Yes I updated the SVN (2.1) and using IE7 and IE8.

    Fixed the Text issue by using:

    .x-ie8 .x-tab BUTTON .x-tab-inner{text-overflow: clip;}
    .x-ie7 .x-tab BUTTON .x-tab-inner{text-overflow: clip;}
  5. The TabScrollerMenu looks wierd in IE7 (the browser my app is targeted for), but in IE8 it looks perfect.
    How to fix the TabScrollerMenu for IE7?
    My code:

    .Plugins(pItems =>...
  6. I got the fix, this thread can be closed.
  7. I got the fix, this thread can be closed.
  8. Titles on my TabPanel are not showing the full text, screenshot below.

    How to show the full text in the Title (like Personal instead of Perso...)?

    Also, when a Tab is Active, how do I change...
  9. Couple of questions:

    1. How do I get the Click event of the Tab, call a Javascript function and pass the ID of the clicked Tab to that function?
    2. How to do...
  10. I$ am using MVC3 W/ Razor and Telerik controls andd I need to replace the Telerik Tabs with Ext.Net TabPanel.
    Question:
    How do I load the content from the Controller to a TabPanel?
    Is there a...
  11. I got the scroll also on the UI: set the width of the TabPanel and the Scroll will show.

    Next issue: How do I load the content from the Controller?
    Is there a method that will accept the...
  12. Finally, I was able to see the TabPanel on the UI.
    The problem was that along with the Views/Web.config the DirectRequestModule is needed in the Project/Web.config also.

    Now the problem is the...
  13. Thanks Vladimir,

    I updated the SVN and have tried everything as Daniil and you suggested:
    1. Changed the web.config
    2. Changed the Global.asax.cs
    3. Added a reference to the Ext.Net dll from my...
  14. Daniil,

    Checking to see if you can provide a working sample that shows how to use the Scrollable Tabs in MVC 3 Razor.

    I think updating your Examples with some MVC 3 Razor samples will be a...
  15. Please see attached web.config and the global.asax files.
  16. Daniil,

    I followed the instructions as mentioned and now getting JS errors:

    Microsoft JScript runtime error: 'Ext' is undefined

    Is there something that I need to do and is not there in the...
  17. I am using Ext.Net V2 and MVC 3

    Do I need to do some other settings also like Web.Config etc in order to use Ext.Net V2 in a MVC 3 app?

    If you can provide a sample code that shows how to use...
  18. Thanks Daniil,

    Do you have a MVC 3 [Razor] example of Tabstrip. The one you posted is for MVC 2 and throws Invalid Arguments for the line:
    .Items(Html.X().TabStrip()

    Also, I need to be able...
  19. Can anybody share a sample to create the Ext.Net Tabstrip in a MVC [Razor] architecture?

    Thanks - Dheeraj
  20. I figured out the fix to the above mentioned issue, but I am very confused as why would Ext.Net does not work in this case.

    I have 3 grids and each one has the OnBeforeStoreChanged event handler,...
  21. I have a Parent Grid and a Pop-up window.
    On click of a Cell in the Parent Gird, by using the Command Handler, I am opening the data grid Pop-up window.

    Now, on click of a button on the data grid...
  22. Thanks Daniil.

    The SVN update URL is not accepting my credentials, but I am able to logon to the Forums.

    Let me know how to update the SVN.
  23. How to do
    grid.editingPlugin.cancelEdit(); in codeBehind?
  24. Thanks a lot Daniil.
    It worked just fine.
  25. While using the GroupingView, the data on the Grid is getting Sorted by the GroupField.

    How do I avoid this Default Sorting and display the data just AS-IS as it comes sorted from the Database.
Results 1 to 25 of 51
Page 1 of 3 1 2 3