View Full Version : Error when edit grid
Hi,
First, sorry for my english)
I'm new in Ext library and I tried to use EditorGrid.
First 3 column I've locked like for "Excel freezing", so there's scrolling appeared, and when I try to edit some cell which is accessible only after I scroll, box with data for edit is appearing not in the right place ... see the screenshot...
Is this bug or feature?
http://piramida.tyumen.ru/editgriderror1.png
this problem is in IE and Firefox,
in Opera I can see only BorderLayout, even table with data isnot shown
mystix
8 Aug 2007, 11:28 PM
8887
1. Ext version - 1.0.1a
2. ext-base.js jQuery 1.1.2 + adapter)
3. OS RH linux
4. browser - testing sync on IE 6, Opera 9.22, FF 2
one more problem with locked rows (see attach)
okay, I guess you guys got night right now, but I got day 5p.m)
I used jQuery as adapter for Ext, but now I tried native YUI and both problems disappeared!
old code (taken from Ext manual):
<!-- jQuery engine -->
<script type="text/javascript" src="/js/jquery/jquery-latest.js"></script>
<!-- jQuery plugins -->
<script type="text/javascript" src="/js/ext/adapter/jquery/jquery-plugins.js"></script>
<!-- Ext works on jQuery, so define correct adapter -->
<script type="text/javascript" src="/js/ext/adapter/jquery/ext-jquery-adapter.js"></script>
changed to:
<script type="text/javascript" src="/js/ext/adapter/yui/yui-utilities.js"></script>
<script type="text/javascript" src="/js/ext/adapter/yui/ext-yui-adapter.js"></script>
Do you know something about these promlems or maybe I need to use another jQuery adapter or smth ?..
mystix
10 Aug 2007, 5:04 AM
8887 - refer to section 2e ;)
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.