obout

Obout controls in C# .Net

Is anyone using the Obout controls in C# .Net? How would you rate these controls, especially the Grid Control? ...

ASP.NET Image Listbox

I want to display a list of images (instead of text) for the user to choose from. The control is databound (the URLs come from the database) Instead of the typical vertical scroll bar in a listbox, I want this box to be horizontal. I'm looking for an ASP.NET server control similar to this: http://www.infragistics.com/dotnet/netadvantage/...

Web splitter control: where to get one

I have an ASP.NET web project that has a requirement to have a "splitter" like functionality in order to hide the left/right margins of a page. I would like to avoid frames and am not able to use the Infragistics controls. I have installed the trial version of Obout.com's Splitter control(http://www.obout.com/splitter/) and it works GR...

Obout "onCallbackError" problem

Hi... I'm using the obout grid control in c# and not to sure how to throw an error from the code behind! I am catching the error in the code behind with a try catch block (which i can see it doing using break points in visual studio) which I am creating on purpose from the database(creating another record with the same identifier), but...

Obout Grid filtering a column with text populated by a template

I am attempting to filter a column in an Obout Grid that has been bound to a template. Background The DataField of the column is simply a foreign key ID to a History table that contains what are essentially states of a certain object (such as Name, Asset Tag, Serial Number, Additional Info., etc.) If a user were to change a certain st...

obout combobox setValue()

I am using an obout combobox to display color swatches for a product catalog and it's very cool except for one thing. When on the server, I set the .Value property explicity (for a reset) it IS setting on the serverside, but not in the client. For example, I add all my color swatches from Linq, but then add a default setting of "Color....

Webresource.axd? - 500 internal server error

Hi All, im trying to use a file upload control from the obout control library, i really like it, and think its quite slick without any flash!.. i downloaded the entire installer, played with the settings in the samples, and made the control act exactly as i wanted. i created a brand new web application ins vs2008, and included the web...

C# - ASP.NET Button click event not working

I have an ASP.NET (C#) page with some 3rd party controls, some ajaxy stuff and some normal ASP.NET Button controls. The Button click events do not fire when clicked. Double-clicking the button in design mode in VS 2008 switches to the code-behind but doesn't create the event handler. Creating the event handler manually doesn't help. ...

ASP.NET How to pass container value as javascript argument

I am using an oBout Grid control with a template on a textbox. I would like to pass an argument to a javascript, the current row index of a grid when a user clicks on it. But the result of onClick='setGridInEditMode(<%# Container.RecordIndex %>);' /> comes out as onClick="setGridInEditMode(&lt;%# Container.RecordIndex %>)...

Issue with jQuery & Colorbox. Dynamic href not reflecting change after first occurence

Hi, I am having a strange issue with jQuery (1.4.2) and Colorbox (1.3.6). I have an hyperlink inside an Obout grid created via a GridTemplate. The issue is with a dynamic href that I am executing with JQuery as follows: The grid hyperlink passes the Primary Key of a record to this function where I change the href of a link than open...

Should I buy Obout? Help, Please.

We started a new project and the nature of the project is very interactive and a Rich UI is required. We would need a set of controls that would require for Rich UI development. I found Obout while googling. I never heard about them and never seen fellow members telling me such name except Telerik, ComponentOne, NetAdvantage. These are...

Need to sort using Obout Grid ?

By default when clicking the each column header it will automatically sorted. but I have placed a image in header column by clicking that image the column has to be sorted by priority level such as 0,1,2,.....the problem if i take datafield as priority the image disappears. I want use the datafield priority and sort according the image...

Obout Calendar opens in irrelevant position

When i click on the obout calendar control , the calendar opens in the bottom of the screen , but it should opens on the side of the calendar button. how can we fix it ? Notice : When scrolling the calendar stays fixed in one place. ...

Obout treeview double click support

I would like to know if Obout treeview supports double click the node. Our asp.net application requires using node double click in the same way that asp.net treeview implements it.(ondblclick) Note: I know user can double click the icon, but we require node double click. ...

obout license clarification

Regarding enterprise license Does this license entitle us to install our product in unlimited number of machines (where the components will be used for different clients)? The license described in these links: http://www.obout.com/inc/user_license.txt http://www.obout.com/inc/purchasedetails.aspx is a bit misleading, The second link ...

Javascript - find count of nodes in obout tree with specific id

is it possible to count the number of nodes in obout tree with specofic id. ...