Search Results

Type: Posts; User: GolchK

Search took 0.01 seconds.
  1. anilkumar,

    Thank you so much. This worked! I thought i had tried this fix, but I suppose I thought about it then got lazy :p


    Best Regards
  2. Could this have anything with the version of .NET installed on the Server? I noticed that mxp is also using .NET 2.0 and so am I.
  3. I am getting the same exact error.
  4. Thanks for the tip. I was unfortunately unsuccessful. I am continually getting Ext is undefined errors on line 1 of the
    CustomFilterCombo.js file. My sample code is below





    <%@ Page...
  5. FileUploadField is having a rendering issue in IE8. The browse button is misaligned with the field. It looks fine in chrome and In IE8 with compatibility turned on. Any idea on how this issue can be...
  6. Geoffrey,

    I have implemented your example in a sample. I'm using coolite 0.82 and am still having trouble configuring this to work. It would be really helpful to get a workaround for this issue on...
  7. Geoffrey,

    Do you have an idea on how i should proceed with this issue?


    Thanks
  8. Geoffrey,

    Thanks so much for your quick reply. I attempted the below code and was not able to implement this properly. I am running the 0.82 version of coolite.

    I followed your directions and...
  9. When you make a combobox editable, you are able to type the name of any items listed in the combobox and filter out the items that do not match. This works great but I have a need to be able to...
  10. FYI

    An alternative to the method I described in the above post. is doing htmEncode in the Xtemplate itself. I could have sworn that is the first thing I tried but I suppose my syntax could have...
  11. You can ignore my 2nd question. I was able to fix the issue by using a Convert Handler in the Store. The text between the < and > symbols now show up in my DataView.


    Thanks!


    Below is the...
  12. I would like to add hyperlink based on my id field for each row in my dataview. My Xtemplate is as follows with a mockup of what I'm trying to do. Anybody have any idea of how I could add a link...
  13. Thanks Vladimir. That did the trick!





    One other quick question about Xtemplates in dataviews....

    In the same description field as above I have some blocks of text for some rows in the...
  14. I would like to bring the following information into a dataview from our SQL Server database. The issue I'm having is that the linebreaks are missing in the dataview. I see all my data fine but the...
  15. Joju. Is there anyway you can post the HTML markup for your implementation of this?
  16. Previous CSS Style does not work in ie7 and god knows what else. I was testing in chrome and did not notice the issue until today. I have fixed the issue though using the Javascript override below....
  17. FINALLY!

    Found the fix through simple CSS on the Extjs forums. Very annoying bug that I can say is finally squashed. Wanted to post this so everyone would have the answer if you are running into...
  18. I took a screenshot of this issue. Keep in mind that this is just a quick sample of the problem that I pieced together. Notice how the list upruptly ends at the bottom. Actually this list is much...
  19. quick update. by using firebug I was able to do some testing with css and try to remedy this issue.

    my only finding is that if you add the following css styles to the x-menu class

    ...
  20. That's a good suggestion and I'll be looking into it in the near future. I was hoping this could be a patch for the near future until I redesign later on. I usually use chrome and firefox and the...
  21. Is there any way to show a mask while the filter is being applied to the grid? I have the same question regarding sorting. My dataset is quite large ~8000 records and even with paging turned on (20...
  22. Hello,

    I have a ListFilter which I am dynamically filling the options in the codebehind from sql. The list that returns is very long and the check box list is too big to be displayed on the page...
Results 1 to 22 of 22