Hi,
Well, the thing is that i am developing a propertygrid (kind of) using the
Syncfusion GridControl. The thing is that the Grid Control catches the focus
on the first mouse click. This means that i have to click twice on the
textbox to focus it and place the text cursor where i want in the text. Wich
is where i clicked.
There is no way around it exept handeling the click event that the Grid
catches and passing it on to the textbox. So this is kind of what i am trying
to do.
/Peter
I have
> What is the general problem you are trying to solve, maybe there is a
> better way?
[quoted text clipped - 19 lines]
> >
> > Peter
Sijin Joseph - 02 Oct 2004 13:15 GMT
Hi Peter,
I don't think that firing the mousedown event will work for you, the
only thing that happens when you fire the event is that any event
handlers attached to the event will fire, that's all no change will
happen in the control. Instead a better way would be to send a window
message to the control.
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Hi,
>
[quoted text clipped - 35 lines]
>>>
>>>Peter
Peter Erikson - 03 Oct 2004 10:03 GMT
OK, i will look in to this.
thanx for the info.
/Peter
> Hi Peter,
>
[quoted text clipped - 47 lines]
> >>>
> >>>Peter