Search Results

Type: Posts; User: reezvi

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Thnx camazzoro. Though due to time constraint, I had to go for a more typical solution (static definition of uc in page) for this issue back on that time but I'll surely try your approach and let you...
  2. Hi,

    Could any one provide me a simple example to pass records (store data with child nodes of a group) to a direct event handler on a grid panel GroupClick event? I prefer to do it with Direct...
  3. Well, seems not the end of this issue as I expected. Now another problem arises with the layout when I expand or collapse the West panel. Initially all regions are expanded. But when im collapsing...
  4. Hi guys. While debugging the js error, i resolved the problem with following steps

    - removed DeferredRender="false" from tab panel
    - removed initFrame() methods (i.e....
  5. Dear Forum,

    Im facing some trouble with correctly rendering an user control placed inside a Panel with BorderLayout -> TabPanel -> Panel (FormLayout) of another User Control page. The target user...
  6. Hi there,

    While trying to dynamically load an user control inside another user control, im coming across this javascript error - Microsoft JScript runtime error: Expected ';'

    Since the actual...
  7. Thanks Daniil. For the time being, static IDs are fullfilling my requirement. I'll try to prepare a small example that fits my scenerio and post it soon so that you can investigate. Thanks a lot for...
  8. Yes Im using master page. Just have tried it in master page as you said, but still no luck :(
  9. Hi Daniil,

    Thanks for providing the fix. It's pretty sleek and nice one and works great with the test case I have given here.

    But in my actual project, the scenerio is like - a container page...
  10. Hi Daniil, thanks a lot for keeping in touch and providing us your excellent suggestions.

    Well, your solution works great in my test case/code I supplied here. But Im having trouble when im trying...
  11. Hi Ladish, glad that you have your issue solved.

    Well I don't know much about ext.net and and it's available learning materials. I just follow the examples from ext site, from this forum and the...
  12. Im not sure whether the bug is in v1.6, im using v1.3.

    By the way, editors you see inside the aspx page works fine. The problem is when im using the editor inside any collapsed/hidden panel. To...
  13. Here's the simplified version

    aspx page



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HtmlEditorTest1.aspx.cs"
    Inherits="TestExtApp.HtmlEditorTest1" %>

    <%@ Register...
  14. Here's a DIRTY workaround for you. It's a quick one that came into my mind and I'll suggest you to improvise it to something better.

    Use the following listener inside your gridpanel



    ...
  15. Okay Daniil. Got it. Preparing the test code and posting it within my earliest. Thanks again.
  16. Hi Ladish. I understand that you are stucked with this and it's urgent. We all been through this sometimes and just know how it feels. Im sorry for that.

    Well I could not find any built-in...
  17. Hi Daniil thanks a lot for coming up.

    Well I haven't tried it with the last version (v1.6) since my project is on v1.3. When searching around for possible resolution, I came across this...
  18. Thread: HtmlEditor

    by reezvi
    Hi Geoffrey, any update on this issue? Im facing similar problem here http://forums.ext.net/showthread.php?22384-Html-Editor-gets-inactive-need-help and need a work around. Thanks.
  19. Are you trying to drag your column and drop it to some position at right side? And while trying to drop it to right side, you want the horizontal scroll bar to automatically scroll so you can select...
  20. Hi chrpistori, sorry for the late response. I was away. Are you still with this issue?
  21. Then try it please and see if it resolves your issue.
  22. Haven't you used any Width for your columns? for instance - <ext:Column DataIndex="AIRCode" Header="AIR Code" Width="90" />
  23. Hi, Im not quite sure of what you meant by moving columns to extreme left/right, sorry. Have you tried anchor horizonal property of the grid panel? Set the value to 100% (AnchorHorizontal="100%") and...
  24. Guys..waiting here for your response.
  25. Anyone with update?
Results 1 to 25 of 137
Page 1 of 6 1 2 3 4