Questions tagged [obout]

A collection of mostly free ASP.NET components like TreeView, Calendar, HTML Editor, File Upload, SlideMenu and more by Obout Software Inc.

A collection of mostly free ASP.NET components like TreeView, Calendar, HTML Editor, File Upload, SlideMenu and more by Obout Software Inc.

94 questions
0
votes
0 answers

Can I modify obout:Editor settings in Page_Init?

I need to create an obout:Editor in a switchable plain-mode and a fuller RTF mode. I have declared the editor as follows in my .aspx:
Daniel Bragg
  • 1,773
  • 1
  • 12
  • 25
0
votes
0 answers

Feedback on Obout Controls especially the grid

I could see this question asked but that was long time back but I want to know the latest feedback on Obout controls. I am about to start the development of enterprise level application and is in process of selecting the grid, we have budget…
Sunil
  • 150
  • 7
0
votes
1 answer

obout gridview - using edit template

Hello guys i am working with obout gridview and i am trying to make an edit template for my grid, i looked up on their site but i still cant solve a problem with updating the needed rows . When i pick a row to edit i got a template with different…
kresa
  • 135
  • 2
  • 3
  • 13
0
votes
1 answer

obout gridview postback databind

Hello i am working with visual studio , asp.net vb.net and using obout gridview my problem is that it aint updating after inserting new data ( it does only after reloading the page ) i am using the asp.net sql control for selection and insertion…
kresa
  • 135
  • 2
  • 3
  • 13
0
votes
1 answer

obout gridview row command

Hey i am trying to use a specific gridview from obout toolkit and i am wondering if any chance someone using it as well and knows how to get to the "Edit" command? for example in the regular asp.net gridview all i had to do is use funciton :…
kresa
  • 135
  • 2
  • 3
  • 13
0
votes
1 answer

Why the Text Header doesn't move when i scroll the grid?

i´m using Obout grid - Column Sets There are two possibles scenarios. 1.- The Text Header moves when i scroll the grid and i set in the scrollingSetting the property NumberOfFixedColumns to 0 , here everything works fine. 2.- The Text Header…
0
votes
1 answer

list window does not disapper of Obout ComboBox control

I am developing a web application. I used ajax Update panel & under update panel I used gridview for displaying data. In gridviews edit template I used three Obout ComboBox Control(third party) and bind the data from database.for moving one control…
Sham Yemul
  • 463
  • 7
  • 30
0
votes
1 answer

obout grid add,edit,delete records from client side

I am trying to make the operations of Update, Delete and Add only on the client-side, without any post backing.through grid.after editing data in grid i need to save the data to data base
0
votes
1 answer

How do I assign a value to textbox when I click on a row in obout grid?

I'm working on about grid and when I click on a row of it the text box controls in a panel under the grid have to fill with the selected row values. I'm doing this on the client side and using onClientSelect property of grid view. I'm getting the…
user3154990
  • 555
  • 4
  • 13
  • 27
0
votes
1 answer

What is the Maximum Limit of Display Column in Obout Grid Control?

My Problem related to Obout Grid is that I have to display more than 250 Column in grid. & i am getting error If i display around 100 columns its running well & display all records. Can any one tell what is limit of records that we can display in…
Shivam Srivastava
  • 4,496
  • 2
  • 23
  • 24
0
votes
0 answers

ob_post.post AJAX IE issue

I have a javascript that runs an obout javascript that looks like this ob_post.post(null, "functionNameHere", function () { }); This function works great on all browsers except for IE, I am not certain about all IE version but 11 does not work…
HenrikP
  • 844
  • 5
  • 16
  • 37
0
votes
1 answer

jquery obout grid ie10 not load

I am using obout jquery grid, it working fine in ie9 and ie10 in compatible view. but other css styles and validation not working in previous ie10 browsers. Any suggestion how to overcome this issue?
AKEK
  • 1
  • 1
0
votes
0 answers

Cannot close a modal jQuery-ui dialog

I created a jQuery-ui based dialog, which contains an Obout combobox