User Profile & Activity

David Parkin Member
Posted: May 19, 2010 8:30 AM

Attached is a screen shot of the results.

Posted: May 19, 2010 8:08 AM

Yudi,

I am setting

BooleanEditTemplate bt = new BooleanEditTemplate();

bt.ColumnName = ColumnName;

bt.KeyColumnName = KeyColumn;

this.RootTable.Columns[iColIdx].CellTemplate = bt;this.RootTable.Columns[iColIdx].NewRowEditType = NewRowEditType.SameAsEditType;

I neglected to mention that. 

Why doesn't it work?

 

David Parkin

Handy,

When do you anticipate that this feature will be available?

Thanks!

David

Handy,

 

I'm waiting to hear from you.

 

Regards,

David Parkin

dave@prism-grp.com

Yudi, Is there any news on this? Please send an email update to dave@prism-grp.com

That's disappointing.

Can someone for Intersoft let me know if this is a feature that will be provided soon? I would like to be able to tell our company President and V.P. a date when this will be provided.

The cutting off of text in Multi Selection mode is not diserable. Our users want to be able to see everything selected without have to navigate inside the textbox and to pick up scroll bar when needed.

According to what Yudi writes above, this appears to be easily accomplished by changing the type to TEXTAREA.

Thanks Handy,

 

The latest release works to set Height. The idea of changing the height is to display all the selected items that are cut off otherwise.

Do you know a way to make the SepatorChar a new line?

If I set it to <br/>, I see "<br/>" instead of the default of semicolon ";". 

I would like to code something like this:

MultipleSelectionSettings-SeparatorChar="&#13;&#10;" (e.g., \r\n)

Also,

LayoutSettings-AllowTextWrapping="true" seems to have no effect

LayoutSettings-AllowTextWrapping="true" seems to have no effect

 

Thanks in Advance,

David

 

MultipleSelectionSettings-SeparatorChar=" " (e.g., \r\n)

Also,

LayoutSettings-AllowTextWrapping="true" seems to have no effect

LayoutSettings-AllowTextWrapping="true" seems to have no effect

 

Thanks in Advance,

David

 

Can you please provide specifics on how to do this? The press release is vague. Please provide the specific settings needed to make this work.

 

Thanks in advance!

David

Andi,

Yes! Your latest example solves the problem! Many Thanks!

Set EncodeOutput in initialize:

protected override void OnInit(EventArgs e)

{

WebCombo1.EncodeOutput = true; //works!

base.OnInit(e);

}

I did not find LayoutSettings-AllowFloatingText="False" was necessary in the WebCombo settings in .aspx mark up page.

Note: the Text column in the DataSource must be padded with spaces not "& n b s p ;"
 

Thanks Andi,

Your example works! But, that didn't solve the problem.

The issues is appearing when I bind to DataSource. The Text from the DB is prefixed "& n b s p ;".

For some reason, it might even work for a few iterations of testing.

Please take a look. I will happy to show you via WebEx ...

More information:

If I replace the "& n b s p;" with space, I don't see "& n b s p ;" in the selected Text, but the drop down trims text. However, when the user selects an item the spacing is now preserved in the selected Text. Note: Same behavior with " Andrew" in your example vs "& n b s p;Andrew".

Is there a way to tell DropDown not to trim spaces?

All times are GMT -5. The time now is 7:28 AM.
Previous Next